Searched refs:LocContexts (Results 1 – 1 of 1) sorted by relevance
/external/clang/include/clang/Analysis/ |
D | AnalysisContext.h | 399 LocationContextManager LocContexts; variable 436 return LocContexts.getStackFrame(Ctx, Parent, S, Blk, Idx); in getStackFrame() 441 return LocContexts.getStackFrame(getContext(D), nullptr, nullptr, nullptr, in getStackFrame() 451 return LocContexts.getStackFrame(getContext(D), Parent, S, Blk, Idx); in getStackFrame() 461 return LocContexts; in getLocationContextManager()
|