Searched refs:ContextStack (Results 1 – 5 of 5) sorted by relevance
17 ContextStack.emplace_back(); in pushContextFrame()18 ContextFrame& data = ContextStack.back(); in pushContextFrame()40 Diagnostics::Context::~Context() { Error->ContextStack.pop_back(); } in ~Context()70 Last.ContextStack = ContextStack; in addError()205 for (size_t i = 0, e = Error.ContextStack.size(); i != e; ++i) { in printToStreamFull()206 printContextFrameToStream(Error.ContextStack[i], OS); in printToStreamFull()
276 P->ContextStack.push_back(std::make_pair(C, 0u)); in ScopedContextEntry()280 P->ContextStack.pop_back(); in ~ScopedContextEntry()284 ++P->ContextStack.back().second; in nextArg()469 for (ContextStackTy::iterator I = ContextStack.begin(), in addExpressionCompletions()470 E = ContextStack.end(); in addExpressionCompletions()476 auto AcceptedTypes = S->getAcceptedCompletionTypes(ContextStack); in addExpressionCompletions()
369 using ContextStack = DetachableVector<Context>; in GetEnteredContextCount() typedef372 ContextStack::kSizeOffset); in GetEnteredContextCount()383 using ContextStack = DetachableVector<Context>; in EnterMicrotaskContext() typedef386 ContextStack::kCapacityOffset); in EnterMicrotaskContext()389 ContextStack::kSizeOffset); in EnterMicrotaskContext()400 ContextStack::kDataOffset); in EnterMicrotaskContext()444 using ContextStack = DetachableVector<Context>; in RewindEnteredContext() typedef447 ContextStack::kSizeOffset); in RewindEnteredContext()
151 std::vector<ContextFrame> ContextStack; member177 std::vector<ContextFrame> ContextStack; variable
249 ContextStackTy ContextStack; variable