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

/external/clang/include/clang/Analysis/
H A DAnalysisContext.h34 class LocationContextManager;
198 LocationContextManager &getLocationContextManager();
275 friend class LocationContextManager;
312 friend class LocationContextManager;
338 friend class LocationContextManager;
366 class LocationContextManager { class in namespace:clang
369 ~LocationContextManager();
399 LocationContextManager LocContexts;
460 LocationContextManager &getLocationContextManager() {
/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp296 LocationContextManager & AnalysisDeclContext::getLocationContextManager() {
335 LocationContextManager::getLocationContext(AnalysisDeclContext *ctx,
352 LocationContextManager::getStackFrame(AnalysisDeclContext *ctx,
369 LocationContextManager::getScope(AnalysisDeclContext *ctx,
376 LocationContextManager::getBlockInvocationContext(AnalysisDeclContext *ctx,
566 LocationContextManager::~LocationContextManager() {
570 void LocationContextManager::clear() {

Completed in 326 milliseconds