Searched refs:shouldInlineCall (Results 1 – 5 of 5) sorted by relevance
355 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitFunctionDecl()363 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitObjCMethodDecl()371 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitBlockDecl()538 if (!Mgr->shouldInlineCall()) in runAnalysisOnTranslationUnit()553 if (Mgr->shouldInlineCall()) in runAnalysisOnTranslationUnit()
106 bool shouldInlineCall() const { in shouldInlineCall() function
711 bool shouldInlineCall(const CallEvent &Call, const Decl *D,
893 bool ExprEngine::shouldInlineCall(const CallEvent &Call, const Decl *D, in shouldInlineCall() function in ExprEngine910 if (!AMgr.shouldInlineCall()) in shouldInlineCall()1010 if (shouldInlineCall(*Call, D, Pred, CallOpts)) { in defaultEvalCall()
441 !(C.getAnalysisManager().shouldInlineCall() && (D && D->getBody())); in checkPreCall()