Searched refs:ParseAs (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Parse/
H A DParseExprCXX.cpp3129 ParenParseOption ParseAs; local
3141 ParseAs = CompoundLiteral;
3160 ParseAs = NotCastExpr ? SimpleExpr : CastExpr;
3180 if (ParseAs >= CompoundLiteral) {
3198 if (ParseAs == CompoundLiteral) {
3210 assert(ParseAs == CastExpr);
3224 assert(ParseAs == SimpleExpr);

Completed in 72 milliseconds