Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp313 return getLocationContextManager().getStackFrame(this, Parent, S, Blk, Idx); in getStackFrame()
320 return getLocationContextManager().getBlockInvocationContext(this, parent, in getBlockInvocationContext()
339 LocationContextManager &AnalysisDeclContext::getLocationContextManager() { in getLocationContextManager() function in AnalysisDeclContext
342 return Manager->getLocationContextManager(); in getLocationContextManager()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h215 LocationContextManager &getLocationContextManager();
511 LocationContextManager &getLocationContextManager() { in getLocationContextManager() function