Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp315 return getLocationContextManager().getStackFrame(this, ParentLC, S, Blk, in getStackFrame()
321 return getLocationContextManager().getBlockInvocationContext(this, ParentLC, in getBlockInvocationContext()
340 LocationContextManager &AnalysisDeclContext::getLocationContextManager() { in getLocationContextManager() function in AnalysisDeclContext
344 return ADCMgr->getLocationContextManager(); in getLocationContextManager()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h206 LocationContextManager &getLocationContextManager();
485 LocationContextManager &getLocationContextManager() { return LocCtxMgr; } in getLocationContextManager() function