Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp598 Expr *PLE = ParenListExpr::Create(Context, FD->getLocation(), in buildCoroutinePromise() local
H A DSemaExprCXX.cpp1846 if (ParenListExpr *PLE = dyn_cast<ParenListExpr>(Init)) in isLegalArrayNewInitializer() local
H A DSemaCodeComplete.cpp5272 if (auto *PLE = llvm::dyn_cast_or_null<ParenListExpr>(Base)) { in unwrapParenList() local
H A DSemaExpr.cpp7568 ParenListExpr *PLE = dyn_cast<ParenListExpr>(CastExpr); in ActOnCastExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DItaniumMangle.cpp4372 } else if (const ParenListExpr *PLE = dyn_cast<ParenListExpr>(Init)) { in mangleExpression() local