OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cfgStmtMap
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Analysis/
AnalysisDeclContext.cpp
27
#include "clang/Analysis/
CFGStmtMap
.h"
206
CFGStmtMap
*AnalysisDeclContext::getCFGStmtMap() {
207
if (
cfgStmtMap
)
208
return
cfgStmtMap
.get();
211
cfgStmtMap
.reset(
CFGStmtMap
::Build(c, &getParentMap()));
212
return
cfgStmtMap
.get();
/external/clang/include/clang/Analysis/
AnalysisContext.h
33
class
CFGStmtMap
;
78
OwningPtr<
CFGStmtMap
>
cfgStmtMap
;
153
CFGStmtMap
*getCFGStmtMap();
Completed in 38 milliseconds