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

/external/clang/lib/Parse/
H A DParseExpr.cpp1457 /// expression (isCastExpr == false) or the type (isCastExpr == true).
1479 bool &isCastExpr,
1508 isCastExpr = true;
1513 isCastExpr = false;
1536 isCastExpr = true;
1551 isCastExpr = false;
1628 bool isCastExpr; local
1632 isCastExpr,
1643 if (isCastExpr)
1478 ParseExprAfterUnaryExprOrTypeTrait(const Token &OpTok, bool &isCastExpr, ParsedType &CastTy, SourceRange &CastRange) argument
[all...]
H A DParseDecl.cpp5692 bool isCastExpr; local
5695 ExprResult Operand = ParseExprAfterUnaryExprOrTypeTrait(OpTok, isCastExpr,
5706 if (isCastExpr) {
/external/clang/include/clang/Parse/
H A DParser.h1367 bool &isCastExpr,

Completed in 664 milliseconds