Searched refs:shouldInlineCall (Results 1 – 5 of 5) sorted by relevance
324 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitFunctionDecl()332 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitObjCMethodDecl()340 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitBlockDecl()518 if (!Mgr->shouldInlineCall()) in runAnalysisOnTranslationUnit()533 if (Mgr->shouldInlineCall()) in runAnalysisOnTranslationUnit()
104 bool shouldInlineCall() const { in shouldInlineCall() function
808 bool shouldInlineCall(const CallEvent &Call, const Decl *D,
961 bool ExprEngine::shouldInlineCall(const CallEvent &Call, const Decl *D, in shouldInlineCall() function in ExprEngine978 if (!AMgr.shouldInlineCall()) in shouldInlineCall()1072 if (shouldInlineCall(*Call, D, Pred, CallOpts)) { in defaultEvalCall()
520 !(C.getAnalysisManager().shouldInlineCall() && (D && D->getBody())); in checkArgInitializedness()