Searched defs:shouldInlineCall (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h106 bool shouldInlineCall() const { function in class:clang::ento::AnalysisManager
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp800 bool ExprEngine::shouldInlineCall(const CallEvent &Call, const Decl *D, function in class:ExprEngine
824 if (!AMgr.shouldInlineCall())
924 if (shouldInlineCall(*Call, D, Pred)) {

Completed in 78 milliseconds