Searched refs:NotCastExpr (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 681 bool NotCastExpr; in ParseCastExpression() local 684 NotCastExpr, in ParseCastExpression() 688 if (NotCastExpr) in ParseCastExpression() 916 bool &NotCastExpr, in ParseCastExpression() argument 923 NotCastExpr = false; in ParseCastExpression() 1142 NotCastExpr, isTypeCast, in ParseCastExpression() 1155 NotCastExpr, isTypeCast, in ParseCastExpression() 1274 NotCastExpr, isTypeCast, in ParseCastExpression() 1349 /*isAddressOfOperand*/false, NotCastExpr, in ParseCastExpression() 1351 if (NotCastExpr) { in ParseCastExpression() [all …]
|
| H A D | ParseExprCXX.cpp | 3959 bool NotCastExpr; in ParseCXXAmbiguousParenExpression() local 3961 NotCastExpr = true; in ParseCXXAmbiguousParenExpression() 3969 NotCastExpr, in ParseCXXAmbiguousParenExpression() 3976 ParseAs = NotCastExpr ? SimpleExpr : CastExpr; in ParseCXXAmbiguousParenExpression()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Parse/ |
| H A D | Parser.h | 1805 bool &NotCastExpr,
|