Searched refs:ContextStack (Results 1 – 4 of 4) sorted by relevance
17 ContextStack.push_back(ContextFrame()); 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()
151 std::vector<ContextFrame> ContextStack; member177 std::vector<ContextFrame> ContextStack; variable
249 ContextStackTy ContextStack; variable