Searched refs:NotCastExpr (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 566 bool NotCastExpr; in ParseCastExpression() local 568 NotCastExpr, CorrectionBehavior, in ParseCastExpression() 570 if (NotCastExpr) in ParseCastExpression() 722 bool &NotCastExpr, in ParseCastExpression() argument 728 NotCastExpr = false; in ParseCastExpression() 895 return ParseCastExpression(ParseKind, isAddressOfOperand, NotCastExpr, in ParseCastExpression() 908 return ParseCastExpression(ParseKind, isAddressOfOperand, NotCastExpr, in ParseCastExpression() 1023 ParseKind, isAddressOfOperand, NotCastExpr, CorrectionBehavior, in ParseCastExpression() 1109 /*isAddressOfOperand*/ false, NotCastExpr, in ParseCastExpression() 1111 if (NotCastExpr) { in ParseCastExpression() [all …]
|
| H A D | ParseExprCXX.cpp | 3597 bool NotCastExpr; in ParseCXXAmbiguousParenExpression() local 3599 NotCastExpr = true; in ParseCXXAmbiguousParenExpression() 3606 false /*isAddressofOperand*/, NotCastExpr, in ParseCXXAmbiguousParenExpression() 3614 NotCastExpr ? ParenParseOption::SimpleExpr : ParenParseOption::CastExpr; in ParseCXXAmbiguousParenExpression()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 4035 bool isAddressOfOperand, bool &NotCastExpr,
|