Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp315 return getLocationContextManager().getStackFrame(this, ParentLC, S, Blk, in getStackFrame()
321 return getLocationContextManager().getBlockInvocationContext(this, ParentLC, in getBlockInvocationContext()
393 LocationContextManager &AnalysisDeclContext::getLocationContextManager() { in getLocationContextManager() function in AnalysisDeclContext
397 return ADCMgr->getLocationContextManager(); in getLocationContextManager()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h208 LocationContextManager &getLocationContextManager();
491 LocationContextManager &getLocationContextManager() { return LocCtxMgr; } in getLocationContextManager() function