Searched refs:NotCastExpr (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 680 bool NotCastExpr; in ParseCastExpression() local 683 NotCastExpr, in ParseCastExpression() 687 if (NotCastExpr) in ParseCastExpression() 915 bool &NotCastExpr, in ParseCastExpression() argument 922 NotCastExpr = false; in ParseCastExpression() 1128 NotCastExpr, isTypeCast, in ParseCastExpression() 1141 NotCastExpr, isTypeCast, in ParseCastExpression() 1260 NotCastExpr, isTypeCast, in ParseCastExpression() 1335 /*isAddressOfOperand*/false, NotCastExpr, in ParseCastExpression() 1337 if (NotCastExpr) { in ParseCastExpression() [all …]
|
| H A D | ParseExprCXX.cpp | 3913 bool NotCastExpr; in ParseCXXAmbiguousParenExpression() local 3915 NotCastExpr = true; in ParseCXXAmbiguousParenExpression() 3923 NotCastExpr, in ParseCXXAmbiguousParenExpression() 3930 ParseAs = NotCastExpr ? SimpleExpr : CastExpr; in ParseCXXAmbiguousParenExpression()
|
| /llvm-project-15.0.7/clang/include/clang/Parse/ |
| H A D | Parser.h | 1785 bool &NotCastExpr,
|