Searched refs:CtorExpr (Results 1 – 4 of 4) sorted by relevance
609 const CXXConstructExpr *CtorExpr = Ctor.getOriginExpr(); in mayInlineCallKind() local610 if (const Stmt *Parent = CurLC->getParentMap().getParent(CtorExpr)) in mayInlineCallKind()630 if (CtorExpr->getConstructionKind() == CXXConstructExpr::CK_Complete) in mayInlineCallKind()
225 if (auto *CtorExpr = dyn_cast<CXXConstructExpr>(PrevStmtElem->getStmt())) { in findDirectConstructorForCurrentCFGElement() local226 return CtorExpr; in findDirectConstructorForCurrentCFGElement()
507 if (auto *CtorExpr = findDirectConstructorForCurrentCFGElement()) { in VisitDeclStmt() local508 assert(InitEx->IgnoreImplicit() == CtorExpr); in VisitDeclStmt()509 (void)CtorExpr; in VisitDeclStmt()
480 if (auto *CtorExpr = findDirectConstructorForCurrentCFGElement()) { in ProcessInitializer() local481 assert(BMI->getInit()->IgnoreImplicit() == CtorExpr); in ProcessInitializer()482 (void)CtorExpr; in ProcessInitializer()