Home
last modified time | relevance | path

Searched refs:LocationContextManager (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h41 class LocationContextManager; variable
215 LocationContextManager &getLocationContextManager();
293 friend class LocationContextManager; variable
339 friend class LocationContextManager; variable
363 friend class LocationContextManager; variable
397 class LocationContextManager {
404 ~LocationContextManager();
435 LocationContextManager LocContexts;
511 LocationContextManager &getLocationContextManager() { in getLocationContextManager()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp339 LocationContextManager &AnalysisDeclContext::getLocationContextManager() { in getLocationContextManager()
378 LocationContextManager::getLocationContext(AnalysisDeclContext *ctx, in getLocationContext()
395 LocationContextManager::getStackFrame(AnalysisDeclContext *ctx, in getStackFrame()
412 LocationContextManager::getScope(AnalysisDeclContext *ctx, in getScope()
419 LocationContextManager::getBlockInvocationContext(AnalysisDeclContext *ctx, in getBlockInvocationContext()
633 LocationContextManager::~LocationContextManager() { in ~LocationContextManager()
637 void LocationContextManager::clear() { in clear()