HomeSort by relevance Sort by last modified time
    Searched defs:inTopFrame (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 147 bool inTopFrame() const { return getLocationContext()->inTopFrame(); }
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 407 bool LocationContext::inTopFrame() const {
408 return getCurrentStackFrame()->inTopFrame();

Completed in 69 milliseconds