Searched refs:NotCastExpr (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 436 bool NotCastExpr; in ParseCastExpression() local 439 NotCastExpr, in ParseCastExpression() 441 if (NotCastExpr) in ParseCastExpression() 655 bool &NotCastExpr, in ParseCastExpression() argument 659 NotCastExpr = false; in ParseCastExpression() 820 NotCastExpr, isTypeCast); in ParseCastExpression() 936 NotCastExpr, isTypeCast); in ParseCastExpression() 987 /*isAddressOfOperand*/false, NotCastExpr, in ParseCastExpression() 1156 NotCastExpr, isTypeCast); in ParseCastExpression() 1170 NotCastExpr, isTypeCast); in ParseCastExpression() [all …]
|
D | ParseExprCXX.cpp | 3059 bool NotCastExpr; in ParseCXXAmbiguousParenExpression() local 3061 NotCastExpr = true; in ParseCXXAmbiguousParenExpression() 3069 NotCastExpr, in ParseCXXAmbiguousParenExpression() 3076 ParseAs = NotCastExpr ? SimpleExpr : CastExpr; in ParseCXXAmbiguousParenExpression()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1333 bool &NotCastExpr,
|