Searched defs:PLE (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaCoroutine.cpp | 548 Expr *PLE = ParenListExpr::Create(Context, FD->getLocation(), buildCoroutinePromise() local |
H A D | SemaExprCXX.cpp | 1983 if (ParenListExpr *PLE = dyn_cast<ParenListExpr>(Init)) isLegalArrayNewInitializer() local |
H A D | SemaCodeComplete.cpp | 5711 if (auto *PLE = llvm::dyn_cast_or_null<ParenListExpr>(Base)) { unwrapParenList() local |
H A D | TreeTransform.h | 3279 if (auto *PLE = dyn_cast<ParenListExpr>(Sub)) RebuildCXXFunctionalCastExpr() local |
H A D | SemaExpr.cpp | 7659 ParenListExpr *PLE = dyn_cast<ParenListExpr>(CastExpr); ActOnCastExpr() local |
/llvm-project/clang/lib/AST/ | ||
H A D | ItaniumMangle.cpp | 4943 } else if (const ParenListExpr *PLE = dyn_cast<ParenListExpr>(Init)) { mangleExpression() local |