Searched refs:LocCtxMgr (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | AnalysisDeclContext.h | 430 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()
|