Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp609 const CXXConstructExpr *CtorExpr = Ctor.getOriginExpr(); in mayInlineCallKind() local
610 if (const Stmt *Parent = CurLC->getParentMap().getParent(CtorExpr)) in mayInlineCallKind()
630 if (CtorExpr->getConstructionKind() == CXXConstructExpr::CK_Complete) in mayInlineCallKind()
DExprEngineCXX.cpp225 if (auto *CtorExpr = dyn_cast<CXXConstructExpr>(PrevStmtElem->getStmt())) { in findDirectConstructorForCurrentCFGElement() local
226 return CtorExpr; in findDirectConstructorForCurrentCFGElement()
DExprEngineC.cpp507 if (auto *CtorExpr = findDirectConstructorForCurrentCFGElement()) { in VisitDeclStmt() local
508 assert(InitEx->IgnoreImplicit() == CtorExpr); in VisitDeclStmt()
509 (void)CtorExpr; in VisitDeclStmt()
DExprEngine.cpp480 if (auto *CtorExpr = findDirectConstructorForCurrentCFGElement()) { in ProcessInitializer() local
481 assert(BMI->getInit()->IgnoreImplicit() == CtorExpr); in ProcessInitializer()
482 (void)CtorExpr; in ProcessInitializer()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp738 const CXXConstructExpr *CtorExpr = Ctor.getOriginExpr(); in mayInlineCallKind() local
770 if (CtorExpr->getConstructionKind() == CXXConstructExpr::CK_Complete) { in mayInlineCallKind()
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h7389 if (const auto *CtorExpr = dyn_cast<CXXConstructExpr>(E)) { in AST_MATCHER_P() local
7390 if (CtorExpr->isElidable()) { in AST_MATCHER_P()
7392 dyn_cast<MaterializeTemporaryExpr>(CtorExpr->getArg(0))) { in AST_MATCHER_P()