Searched defs:ParseAs (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/Parse/
H A DParseExprCXX.cpp2940 ParenParseOption ParseAs; local
2952 ParseAs = CompoundLiteral;
2972 ParseAs = NotCastExpr ? SimpleExpr : CastExpr;
2985 if (ParseAs >= CompoundLiteral) {
2999 if (ParseAs == CompoundLiteral) {
3011 assert(ParseAs == CastExpr);
3025 assert(ParseAs == SimpleExpr);

Completed in 165 milliseconds