OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AnalysisDeclContextManager
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnalysisDeclContext.h
35
class
AnalysisDeclContextManager
;
75
AnalysisDeclContextManager
*ADCMgr;
97
AnalysisDeclContext(
AnalysisDeclContextManager
*Mgr, const Decl *D);
99
AnalysisDeclContext(
AnalysisDeclContextManager
*Mgr, const Decl *D,
108
AnalysisDeclContextManager
*getManager() const { return ADCMgr; }
419
class
AnalysisDeclContextManager
{
440
AnalysisDeclContextManager
(
/src/external/apache2/llvm/dist/clang/lib/Analysis/
AnalysisDeclContext.cpp
55
AnalysisDeclContext::AnalysisDeclContext(
AnalysisDeclContextManager
*ADCMgr,
62
AnalysisDeclContext::AnalysisDeclContext(
AnalysisDeclContextManager
*ADCMgr,
68
AnalysisDeclContextManager
::
AnalysisDeclContextManager
(
91
void
AnalysisDeclContextManager
::clear() { Contexts.clear(); }
295
AnalysisDeclContext *
AnalysisDeclContextManager
::getContext(const Decl *D) {
309
BodyFarm &
AnalysisDeclContextManager
::getBodyFarm() { return FunctionBodyFarm; }
343
"Cannot create LocationContexts without an
AnalysisDeclContextManager
!");
Completed in 92 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026