Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp967 case SimpleExpr: break; // Nothing else to do. in ParseCastExpression()
3066 ExprType = SimpleExpr; in ParseParenExpression()
3117 ExprType = SimpleExpr; in ParseParenExpression()
H A DParseExprCXX.cpp3884 ParseAs = NotCastExpr ? SimpleExpr : CastExpr; in ParseCXXAmbiguousParenExpression()
3949 assert(ParseAs == SimpleExpr); in ParseCXXAmbiguousParenExpression()
3951 ExprType = SimpleExpr; in ParseCXXAmbiguousParenExpression()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp18204 Expr *SimpleExpr = RefExpr->IgnoreParenCasts(); in ActOnOpenMPDependClause() local
18225 SimpleExpr = SimpleExpr->IgnoreImplicit(); in ActOnOpenMPDependClause()
18228 Expr *LHS = SimpleExpr; in ActOnOpenMPDependClause()
18230 if (auto *BO = dyn_cast<BinaryOperator>(SimpleExpr)) { in ActOnOpenMPDependClause()
18328 << SimpleExpr->getSourceRange(); in ActOnOpenMPDependClause()
18369 !isa<OMPArrayShapingExpr>(SimpleExpr)) { in ActOnOpenMPDependClause()
19384 Expr *SimpleExpr = RE->IgnoreParenCasts(); in checkMappableExpressionList() local
21231 Expr *SimpleExpr = RefExpr->IgnoreParenImpCasts(); in ActOnOpenMPAffinityClause() local
21233 if (!SimpleExpr->isLValue()) { in ActOnOpenMPAffinityClause()
21245 !isa<OMPArrayShapingExpr>(SimpleExpr)) { in ActOnOpenMPAffinityClause()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1827 SimpleExpr, // Only parse '(' expression ')' enumerator