Home
last modified time | relevance | path

Searched defs:inTopFrame (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h147 bool inTopFrame() const { return getLocationContext()->inTopFrame(); } in inTopFrame() function
/external/clang/include/clang/Analysis/
DAnalysisContext.h299 bool inTopFrame() const override { return getParent() == nullptr; } in inTopFrame() function
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp431 bool LocationContext::inTopFrame() const { in inTopFrame() function in LocationContext