Home
last modified time | relevance | path

Searched refs:WasInlined (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp142 bool WasInlined; member
150 WasInlined(wasInlined) {} in CheckStmtContext()
159 CheckerContext C(Bldr, Eng, Pred, L, WasInlined); in runChecker()
171 bool WasInlined) { in runCheckersForStmt() argument
173 S, Eng, WasInlined); in runCheckersForStmt()
180 bool IsPreVisit, WasInlined; member
191 : IsPreVisit(isPreVisit), WasInlined(wasInlined), Checkers(checkers), in CheckObjCMessageContext()
197 CheckerContext C(Bldr, Eng, Pred, L, WasInlined); in runChecker()
210 bool WasInlined) { in runCheckersForObjCMessage() argument
214 msg, Eng, WasInlined); in runCheckersForObjCMessage()
[all …]