Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExpr.cpp413 bool NotCastExpr; in ParseCastExpression() local
416 NotCastExpr, in ParseCastExpression()
418 if (NotCastExpr) in ParseCastExpression()
619 bool &NotCastExpr, in ParseCastExpression() argument
623 NotCastExpr = false; in ParseCastExpression()
715 NotCastExpr, isTypeCast); in ParseCastExpression()
1034 NotCastExpr, isTypeCast); in ParseCastExpression()
1048 NotCastExpr, isTypeCast); in ParseCastExpression()
1065 NotCastExpr, isTypeCast); in ParseCastExpression()
1170 NotCastExpr = true; in ParseCastExpression()
DParseExprCXX.cpp2954 bool NotCastExpr; in ParseCXXAmbiguousParenExpression() local
2957 NotCastExpr = true; in ParseCXXAmbiguousParenExpression()
2965 NotCastExpr, in ParseCXXAmbiguousParenExpression()
2972 ParseAs = NotCastExpr ? SimpleExpr : CastExpr; in ParseCXXAmbiguousParenExpression()
/external/clang/include/clang/Parse/
DParser.h1344 bool &NotCastExpr,