Searched refs:LocContexts (Results 1 – 1 of 1) sorted by relevance
/external/clang/include/clang/Analysis/ |
D | AnalysisContext.h | 412 LocationContextManager LocContexts; variable 454 return LocContexts.getStackFrame(Ctx, Parent, S, Blk, Idx); in getStackFrame() 459 return LocContexts.getStackFrame(getContext(D), nullptr, nullptr, nullptr, in getStackFrame() 469 return LocContexts.getStackFrame(getContext(D), Parent, S, Blk, Idx); in getStackFrame() 479 return LocContexts; in getLocationContextManager()
|