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()530 if (!Mgr->shouldInlineCall()) in HandleTranslationUnit()545 if (Mgr->shouldInlineCall()) in HandleTranslationUnit()
109 bool shouldInlineCall() const { in shouldInlineCall() function
584 bool shouldInlineCall(const CallEvent &Call, const Decl *D,
789 bool ExprEngine::shouldInlineCall(const CallEvent &Call, const Decl *D, in shouldInlineCall() function in ExprEngine813 if (!AMgr.shouldInlineCall()) in shouldInlineCall()914 if (shouldInlineCall(*Call, D, Pred)) { in defaultEvalCall()
420 !(C.getAnalysisManager().shouldInlineCall() && (D && D->getBody())); in checkPreCall()