Lines Matching refs:Contexts
85 llvm::DeleteContainerSeconds(Contexts); in clear()
300 AnalysisDeclContext *&AC = Contexts[D]; in getContext()
366 LOC *L = cast_or_null<LOC>(Contexts.FindNodeOrInsertPos(ID, InsertPos)); in getLocationContext()
370 Contexts.InsertNode(L, InsertPos); in getLocationContext()
384 cast_or_null<StackFrameContext>(Contexts.FindNodeOrInsertPos(ID, InsertPos)); in getStackFrame()
387 Contexts.InsertNode(L, InsertPos); in getStackFrame()
408 cast_or_null<BlockInvocationContext>(Contexts.FindNodeOrInsertPos(ID, in getBlockInvocationContext()
412 Contexts.InsertNode(L, InsertPos); in getBlockInvocationContext()
585 llvm::DeleteContainerSeconds(Contexts); in ~AnalysisDeclContextManager()
595 for (llvm::FoldingSet<LocationContext>::iterator I = Contexts.begin(), in clear()
596 E = Contexts.end(); I != E; ) { in clear()
602 Contexts.clear(); in clear()