Searched refs:shouldInlineCall (Results 1 – 5 of 5) sorted by relevance
354 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitFunctionDecl()362 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitObjCMethodDecl()370 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
573 bool shouldInlineCall(const CallEvent &Call, const Decl *D,
803 bool ExprEngine::shouldInlineCall(const CallEvent &Call, const Decl *D, in shouldInlineCall() function in ExprEngine827 if (!AMgr.shouldInlineCall()) in shouldInlineCall()928 if (shouldInlineCall(*Call, D, Pred)) { in defaultEvalCall()
420 !(C.getAnalysisManager().shouldInlineCall() && (D && D->getBody())); in checkPreCall()