Home
last modified time | relevance | path

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

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