Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExpr.cpp436 bool NotCastExpr; in ParseCastExpression() local
439 NotCastExpr, in ParseCastExpression()
441 if (NotCastExpr) in ParseCastExpression()
655 bool &NotCastExpr, in ParseCastExpression() argument
659 NotCastExpr = false; in ParseCastExpression()
820 NotCastExpr, isTypeCast); in ParseCastExpression()
936 NotCastExpr, isTypeCast); in ParseCastExpression()
987 /*isAddressOfOperand*/false, NotCastExpr, in ParseCastExpression()
1156 NotCastExpr, isTypeCast); in ParseCastExpression()
1170 NotCastExpr, isTypeCast); in ParseCastExpression()
[all …]
DParseExprCXX.cpp3059 bool NotCastExpr; in ParseCXXAmbiguousParenExpression() local
3061 NotCastExpr = true; in ParseCXXAmbiguousParenExpression()
3069 NotCastExpr, in ParseCXXAmbiguousParenExpression()
3076 ParseAs = NotCastExpr ? SimpleExpr : CastExpr; in ParseCXXAmbiguousParenExpression()
/external/clang/include/clang/Parse/
DParser.h1333 bool &NotCastExpr,