Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExpr.cpp419 bool NotCastExpr; in ParseCastExpression() local
422 NotCastExpr, in ParseCastExpression()
424 if (NotCastExpr) in ParseCastExpression()
591 bool &NotCastExpr, in ParseCastExpression() argument
595 NotCastExpr = false; in ParseCastExpression()
955 NotCastExpr, isTypeCast); in ParseCastExpression()
968 NotCastExpr, isTypeCast); in ParseCastExpression()
985 NotCastExpr, isTypeCast); in ParseCastExpression()
1109 NotCastExpr, isTypeCast); in ParseCastExpression()
1118 NotCastExpr = true; in ParseCastExpression()
DParseExprCXX.cpp2192 bool NotCastExpr; in ParseCXXAmbiguousParenExpression() local
2195 NotCastExpr = true; in ParseCXXAmbiguousParenExpression()
2202 NotCastExpr, in ParseCXXAmbiguousParenExpression()
2209 ParseAs = NotCastExpr ? SimpleExpr : CastExpr; in ParseCXXAmbiguousParenExpression()
/external/clang/include/clang/Parse/
DParser.h1113 bool &NotCastExpr,