OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LocationContext
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnalysisDeclContext.h
42
class
LocationContext
;
181
const StackFrameContext *getStackFrame(
LocationContext
const *ParentLC,
187
getBlockInvocationContext(const
LocationContext
*ParentLC,
213
class
LocationContext
: public llvm::FoldingSetNode {
224
const
LocationContext
*Parent;
228
LocationContext
(ContextKind k, AnalysisDeclContext *ctx,
229
const
LocationContext
*parent, int64_t ID)
233
virtual ~
LocationContext
();
241
const
LocationContext
*getParent() const { return Parent; }
243
bool isParentOf(const
LocationContext
*LC) const
[
all
...]
/src/external/apache2/llvm/dist/clang/utils/analyzer/
exploded-graph-rewriter.py
110
class
LocationContext
:
132
self.location_context =
LocationContext
(json_frame)
Completed in 28 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026