reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Parse/Parser.h
 1728   ExprResult ParseParenExpression(ParenParseOption &ExprType,
 1735       ParenParseOption &ExprType, ParsedType &CastTy,
tools/clang/lib/Parse/ParseExpr.cpp
  787     ParenParseOption ParenExprType =
 1938     ParenParseOption ExprType = CastExpr;
 2375 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr,
tools/clang/lib/Parse/ParseExprCXX.cpp
 3403 Parser::ParseCXXAmbiguousParenExpression(ParenParseOption &ExprType,
 3433   ParenParseOption ParseAs;