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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h38 const bool wasInlined; member in class:clang::ento::CheckerContext
44 bool wasInlined = false)
50 wasInlined(wasInlined) {
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp141 bool wasInlined; member in struct:__anon3489::CheckStmtContext
147 const Stmt *s, ExprEngine &eng, bool wasInlined = false)
149 wasInlined(wasInlined) {}
158 CheckerContext C(Bldr, Eng, Pred, L, wasInlined);
170 bool wasInlined) {
172 S, Eng, wasInlined);
165 runCheckersForStmt(bool isPreVisit, ExplodedNodeSet &Dst, const ExplodedNodeSet &Src, const Stmt *S, ExprEngine &Eng, bool wasInlined) argument

Completed in 62 milliseconds