HomeSort by relevance Sort by last modified time
    Searched defs:LocationContextManager (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 212 LocationContextManager & AnalysisDeclContext::getLocationContextManager() {
251 LocationContextManager::getLocationContext(AnalysisDeclContext *ctx,
268 LocationContextManager::getStackFrame(AnalysisDeclContext *ctx,
285 LocationContextManager::getScope(AnalysisDeclContext *ctx,
449 LocationContextManager::~LocationContextManager() {
453 void LocationContextManager::clear() {
  /external/clang/include/clang/Analysis/
AnalysisContext.h 39 class LocationContextManager;
187 LocationContextManager &getLocationContextManager();
266 friend class LocationContextManager;
300 friend class LocationContextManager;
325 friend class LocationContextManager;
349 class LocationContextManager {
352 ~LocationContextManager();
376 LocationContextManager LocContexts;
426 LocationContextManager &getLocationContextManager() {

Completed in 87 milliseconds