Home
last modified time | relevance | path

Searched refs:CtorExpr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp806 const CXXConstructExpr *CtorExpr = Ctor.getOriginExpr(); in mayInlineCallKind() local
822 if (!shouldInlineArrayConstruction(Pred->getState(), CtorExpr, CurLC)) in mayInlineCallKind()
840 if (CtorExpr->getConstructionKind() == CXXConstructExpr::CK_Complete) { in mayInlineCallKind()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8242 if (const auto *CtorExpr = dyn_cast<CXXConstructExpr>(E)) { in AST_MATCHER_P() local
8243 if (CtorExpr->isElidable()) { in AST_MATCHER_P()
8245 dyn_cast<MaterializeTemporaryExpr>(CtorExpr->getArg(0))) { in AST_MATCHER_P()