Home
last modified time | relevance | path

Searched refs:SimpleExpr (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseExpr.cpp710 case SimpleExpr: break; // Nothing else to do. in ParseCastExpression()
2323 ExprType = SimpleExpr; in ParseParenExpression()
2336 ExprType = SimpleExpr; in ParseParenExpression()
HDParseExprCXX.cpp3067 ParseAs = NotCastExpr ? SimpleExpr : CastExpr; in ParseCXXAmbiguousParenExpression()
3120 assert(ParseAs == SimpleExpr); in ParseCXXAmbiguousParenExpression()
3122 ExprType = SimpleExpr; in ParseCXXAmbiguousParenExpression()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp6766 auto *SimpleExpr = RefExpr->IgnoreParenCasts(); in ActOnOpenMPDependClause() local
6767 DeclRefExpr *DE = dyn_cast<DeclRefExpr>(SimpleExpr); in ActOnOpenMPDependClause()
6768 ArraySubscriptExpr *ASE = dyn_cast<ArraySubscriptExpr>(SimpleExpr); in ActOnOpenMPDependClause()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h1447 SimpleExpr, // Only parse '(' expression ')' enumerator