Searched defs:LocContexts (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Analysis/
H A DAnalysisContext.h399 LocationContextManager LocContexts; member in class:clang::AnalysisDeclContextManager
436 return LocContexts.getStackFrame(Ctx, Parent, S, Blk, Idx);
441 return LocContexts.getStackFrame(getContext(D), nullptr, nullptr, nullptr,
451 return LocContexts.getStackFrame(getContext(D), Parent, S, Blk, Idx);
461 return LocContexts;

Completed in 54 milliseconds