OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 279 milliseconds