Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDCheckerContext.h103 bool inTopFrame() const { return getLocationContext()->inTopFrame(); } in inTopFrame() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDAnalysisDeclContext.h329 bool inTopFrame() const override { return getParent() == nullptr; } in inTopFrame() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDAnalysisDeclContext.cpp472 bool LocationContext::inTopFrame() const { in inTopFrame() function in LocationContext