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

/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp142 bool WasInlined; member in struct:__anon18261::CheckStmtContext
150 WasInlined(wasInlined) {}
159 CheckerContext C(Bldr, Eng, Pred, L, WasInlined);
171 bool WasInlined) {
173 S, Eng, WasInlined);
180 bool IsPreVisit, WasInlined; member in struct:__anon18262::CheckObjCMessageContext
191 : IsPreVisit(isPreVisit), WasInlined(wasInlined), Checkers(checkers),
197 CheckerContext C(Bldr, Eng, Pred, L, WasInlined);
210 bool WasInlined) {
214 msg, Eng, WasInlined);
166 runCheckersForStmt(bool isPreVisit, ExplodedNodeSet &Dst, const ExplodedNodeSet &Src, const Stmt *S, ExprEngine &Eng, bool WasInlined) argument
205 runCheckersForObjCMessage(bool isPreVisit, ExplodedNodeSet &Dst, const ExplodedNodeSet &Src, const ObjCMethodCall &msg, ExprEngine &Eng, bool WasInlined) argument
223 bool IsPreVisit, WasInlined; member in struct:__anon18263::CheckCallContext
248 runCheckersForCallEvent(bool isPreVisit, ExplodedNodeSet &Dst, const ExplodedNodeSet &Src, const CallEvent &Call, ExprEngine &Eng, bool WasInlined) argument
[all...]

Completed in 173 milliseconds