Home
last modified time | relevance | path

Searched refs:NotCastExpr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp566 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 DParseExprCXX.cpp3597 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 DParser.h4035 bool isAddressOfOperand, bool &NotCastExpr,