Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h103 bool inTopFrame() const { return getLocationContext()->inTopFrame(); } in inTopFrame() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h103 bool inTopFrame() const { return getLocationContext()->inTopFrame(); } in inTopFrame() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h103 bool inTopFrame() const { return getLocationContext()->inTopFrame(); } in inTopFrame() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h103 bool inTopFrame() const { return getLocationContext()->inTopFrame(); } in inTopFrame() function
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h147 bool inTopFrame() const { return getLocationContext()->inTopFrame(); } in inTopFrame() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/
DAnalysisDeclContext.h329 bool inTopFrame() const override { return getParent() == nullptr; } in inTopFrame() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/
DAnalysisDeclContext.h329 bool inTopFrame() const override { return getParent() == nullptr; } in inTopFrame() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/
DAnalysisDeclContext.h329 bool inTopFrame() const override { return getParent() == nullptr; } in inTopFrame() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/
DAnalysisDeclContext.h329 bool inTopFrame() const override { return getParent() == nullptr; } in inTopFrame() function
/aosp_15_r20/external/clang/include/clang/Analysis/
H A DAnalysisContext.h303 bool inTopFrame() const override { return getParent() == nullptr; } in inTopFrame() function
/aosp_15_r20/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp456 bool LocationContext::inTopFrame() const { in inTopFrame() function in LocationContext