Searched refs:isCastExpr (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Parse/
H A DParseExpr.cpp1713 /// expression (isCastExpr == false) or the type (isCastExpr == true).
1735 bool &isCastExpr,
1764 isCastExpr = true;
1769 isCastExpr = false;
1792 isCastExpr = true;
1807 isCastExpr = false;
1884 bool isCastExpr; local
1888 isCastExpr,
1900 if (isCastExpr)
1734 ParseExprAfterUnaryExprOrTypeTrait(const Token &OpTok, bool &isCastExpr, ParsedType &CastTy, SourceRange &CastRange) argument
[all...]
H A DParseDecl.cpp6272 bool isCastExpr; local
6276 ParseExprAfterUnaryExprOrTypeTrait(OpTok, isCastExpr, CastTy, CastRange));
6286 if (isCastExpr) {
/external/clang/include/clang/Parse/
H A DParser.h1451 bool &isCastExpr,

Completed in 175 milliseconds