Searched refs:LocCtxMgr (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
| H A D | AnalysisDeclContext.h | 424 LocationContextManager LocCtxMgr; variable 465 return LocCtxMgr.getStackFrame(getContext(D), nullptr, nullptr, nullptr, 0, in getStackFrame() 474 return LocCtxMgr.getStackFrame(ADC, Parent, S, Block, BlockCount, Index); in getStackFrame() 485 LocationContextManager &getLocationContextManager() { return LocCtxMgr; } in getLocationContextManager()
|