Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp314 return getLocationContextManager().getStackFrame(this, ParentLC, S, Blk, in getStackFrame()
320 return getLocationContextManager().getBlockInvocationContext(this, ParentLC, in getBlockInvocationContext()
392 LocationContextManager &AnalysisDeclContext::getLocationContextManager() { in getLocationContextManager() function in AnalysisDeclContext
396 return ADCMgr->getLocationContextManager(); in getLocationContextManager()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h208 LocationContextManager &getLocationContextManager();
491 LocationContextManager &getLocationContextManager() { return LocCtxMgr; } in getLocationContextManager() function