Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h1446 enum ParenParseOption { enum
1452 ExprResult ParseParenExpression(ParenParseOption &ExprType,
1459 ParenParseOption &ExprType, ParsedType &CastTy,
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseExpr.cpp701 ParenParseOption ParenExprType = in ParseCastExpression()
1702 ParenParseOption ExprType = CastExpr; in ParseExprAfterUnaryExprOrTypeTrait()
2104 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr, in ParseParenExpression()
HDParseExprCXX.cpp3006 Parser::ParseCXXAmbiguousParenExpression(ParenParseOption &ExprType, in ParseCXXAmbiguousParenExpression()
3036 ParenParseOption ParseAs; in ParseCXXAmbiguousParenExpression()