Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h100 bool inTopFrame() const { return getLocationContext()->inTopFrame(); } in inTopFrame() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h323 bool inTopFrame() const override { return getParent() == nullptr; } in inTopFrame() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp420 bool LocationContext::inTopFrame() const { in inTopFrame() function in LocationContext