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.cpp536 Expr *PLE = ParenListExpr::Create(Context, FD->getLocation(), in buildCoroutinePromise() local
H A DSemaExprCXX.cpp2082 if (ParenListExpr *PLE = dyn_cast<ParenListExpr>(Init)) in isLegalArrayNewInitializer() local
H A DTreeTransform.h3325 if (auto *PLE = dyn_cast<ParenListExpr>(Sub)) in RebuildCXXFunctionalCastExpr() local
3330 if (auto *PLE = dyn_cast<CXXParenListInitExpr>(Sub)) in RebuildCXXFunctionalCastExpr() local
H A DSemaCodeComplete.cpp5857 if (auto *PLE = llvm::dyn_cast_or_null<ParenListExpr>(Base)) { in unwrapParenList() local
H A DSemaExpr.cpp7844 ParenListExpr *PLE = dyn_cast<ParenListExpr>(CastExpr); in ActOnCastExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp5221 } else if (const ParenListExpr *PLE = dyn_cast<ParenListExpr>(Init)) { in mangleExpression() local