Searched refs:inTopFrame (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h147 bool inTopFrame() const { return getLocationContext()->inTopFrame(); } function in class:clang::ento::CheckerContext
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h250 virtual bool inTopFrame() const;
290 bool inTopFrame() const override { return getParent() == nullptr; }
/external/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp70 if (!LC->inTopFrame())
H A DBasicObjCFoundationChecks.cpp1246 if (!C.inTopFrame() && M.getDecl() &&
/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp407 bool LocationContext::inTopFrame() const { function in class:LocationContext
408 return getCurrentStackFrame()->inTopFrame();
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1603 if (Pred->getLocationContext()->inTopFrame()) {

Completed in 163 milliseconds