Searched defs:LocationContextManager (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Analysis/
H A DAnalysisContext.h35 class LocationContextManager;
207 LocationContextManager &getLocationContextManager();
284 friend class LocationContextManager;
321 friend class LocationContextManager;
347 friend class LocationContextManager;
375 class LocationContextManager { class in namespace:clang
378 ~LocationContextManager();
408 LocationContextManager LocContexts;
474 LocationContextManager &getLocationContextManager() {
/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp320 LocationContextManager & AnalysisDeclContext::getLocationContextManager() {
359 LocationContextManager::getLocationContext(AnalysisDeclContext *ctx,
376 LocationContextManager::getStackFrame(AnalysisDeclContext *ctx,
393 LocationContextManager::getScope(AnalysisDeclContext *ctx,
400 LocationContextManager::getBlockInvocationContext(AnalysisDeclContext *ctx,
590 LocationContextManager::~LocationContextManager() {
594 void LocationContextManager::clear() {

Completed in 1034 milliseconds