Searched refs:LocContexts (Results 1 – 1 of 1) sorted by relevance
/external/clang/include/clang/Analysis/ |
D | AnalysisContext.h | 408 LocationContextManager LocContexts; variable 450 return LocContexts.getStackFrame(Ctx, Parent, S, Blk, Idx); in getStackFrame() 455 return LocContexts.getStackFrame(getContext(D), nullptr, nullptr, nullptr, in getStackFrame() 465 return LocContexts.getStackFrame(getContext(D), Parent, S, Blk, Idx); in getStackFrame() 475 return LocContexts; in getLocationContextManager()
|