Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp680 bool NotCastExpr; in ParseCastExpression() local
683 NotCastExpr, in ParseCastExpression()
687 if (NotCastExpr) in ParseCastExpression()
914 bool &NotCastExpr, in ParseCastExpression() argument
921 NotCastExpr = false; in ParseCastExpression()
1127 NotCastExpr, isTypeCast, in ParseCastExpression()
1140 NotCastExpr, isTypeCast, in ParseCastExpression()
1258 NotCastExpr, isTypeCast, in ParseCastExpression()
1332 /*isAddressOfOperand*/false, NotCastExpr, in ParseCastExpression()
1334 if (NotCastExpr) { in ParseCastExpression()
[all …]
H A DParseExprCXX.cpp3866 bool NotCastExpr; in ParseCXXAmbiguousParenExpression() local
3868 NotCastExpr = true; in ParseCXXAmbiguousParenExpression()
3876 NotCastExpr, in ParseCXXAmbiguousParenExpression()
3883 ParseAs = NotCastExpr ? SimpleExpr : CastExpr; in ParseCXXAmbiguousParenExpression()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1768 bool &NotCastExpr,