Home
last modified time | relevance | path

Searched defs:PLE (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp548 Expr *PLE = ParenListExpr::Create(Context, FD->getLocation(), in buildCoroutinePromise() local
H A DSemaExprCXX.cpp1983 if (ParenListExpr *PLE = dyn_cast<ParenListExpr>(Init)) in isLegalArrayNewInitializer() local
H A DSemaCodeComplete.cpp5711 if (auto *PLE = llvm::dyn_cast_or_null<ParenListExpr>(Base)) { in unwrapParenList() local
H A DTreeTransform.h3282 if (auto *PLE = dyn_cast<ParenListExpr>(Sub)) in RebuildCXXFunctionalCastExpr() local
H A DSemaExpr.cpp7694 ParenListExpr *PLE = dyn_cast<ParenListExpr>(CastExpr); in ActOnCastExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp4943 } else if (const ParenListExpr *PLE = dyn_cast<ParenListExpr>(Init)) { in mangleExpression() local