Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Analysis/
DAnalysisDeclContext.h430 LocationContextManager LocCtxMgr; variable
471 return LocCtxMgr.getStackFrame(getContext(D), nullptr, nullptr, nullptr, 0, in getStackFrame()
480 return LocCtxMgr.getStackFrame(ADC, Parent, S, Block, BlockCount, Index); in getStackFrame()
491 LocationContextManager &getLocationContextManager() { return LocCtxMgr; } in getLocationContextManager()