Searched refs:shouldInlineCall (Results 1 – 4 of 4) sorted by relevance
318 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitFunctionDecl()326 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitObjCMethodDecl()334 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitBlockDecl()542 if (!Mgr->shouldInlineCall()) in runAnalysisOnTranslationUnit()557 if (Mgr->shouldInlineCall()) in runAnalysisOnTranslationUnit()
104 bool shouldInlineCall() const { in shouldInlineCall() function
801 bool shouldInlineCall(const CallEvent &Call, const Decl *D,
1071 bool ExprEngine::shouldInlineCall(const CallEvent &Call, const Decl *D, in shouldInlineCall() function in ExprEngine1088 if (!AMgr.shouldInlineCall()) in shouldInlineCall()1240 if (shouldInlineCall(*Call, D, Pred, CallOpts)) { in defaultEvalCall()