Searched defs:inTopFrame (Results 1 - 2 of 2) 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/lib/Analysis/
H A DAnalysisDeclContext.cpp407 bool LocationContext::inTopFrame() const { function in class:LocationContext
408 return getCurrentStackFrame()->inTopFrame();

Completed in 52 milliseconds