Searched refs:shouldInlineCall (Results 1 – 5 of 5) sorted by relevance
353 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitFunctionDecl()361 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitObjCMethodDecl()369 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitBlockDecl()521 if (!Mgr->shouldInlineCall()) in HandleTranslationUnit()536 if (Mgr->shouldInlineCall()) in HandleTranslationUnit()
106 bool shouldInlineCall() const { in shouldInlineCall() function
556 bool shouldInlineCall(const CallEvent &Call, const Decl *D,
800 bool ExprEngine::shouldInlineCall(const CallEvent &Call, const Decl *D, in shouldInlineCall() function in ExprEngine824 if (!AMgr.shouldInlineCall()) in shouldInlineCall()924 if (shouldInlineCall(*Call, D, Pred)) { in defaultEvalCall()
413 !(C.getAnalysisManager().shouldInlineCall() && (D && D->getBody())); in checkPreCall()