Searched refs:ContextStack (Results 1 – 6 of 6) sorted by relevance
16 ContextStack.emplace_back(); in pushContextFrame()17 ContextFrame& data = ContextStack.back(); in pushContextFrame()39 Diagnostics::Context::~Context() { Error->ContextStack.pop_back(); } in ~Context()69 Last.ContextStack = ContextStack; in addError()214 for (size_t i = 0, e = Error.ContextStack.size(); i != e; ++i) { in printToStreamFull()215 printContextFrameToStream(Error.ContextStack[i], OS); in printToStreamFull()
336 P->ContextStack.push_back(std::make_pair(C, 0u)); in ScopedContextEntry()340 P->ContextStack.pop_back(); in ~ScopedContextEntry()344 ++P->ContextStack.back().second; in nextArg()765 for (ContextStackTy::iterator I = ContextStack.begin(), in addExpressionCompletions()766 E = ContextStack.end(); in addExpressionCompletions()772 auto AcceptedTypes = S->getAcceptedCompletionTypes(ContextStack); in addExpressionCompletions()
284 SmallVectorImpl<MCPseudoProbeFrameLocation> &ContextStack, in getInlineContext() argument286 uint32_t Begin = ContextStack.size(); in getInlineContext()292 ContextStack.emplace_back(MCPseudoProbeFrameLocation( in getInlineContext()297 std::reverse(ContextStack.begin() + Begin, ContextStack.end()); in getInlineContext()303 SmallVector<MCPseudoProbeFrameLocation, 16> ContextStack; in getInlineContextStr() local304 getInlineContext(ContextStack, GUID2FuncMAP); in getInlineContextStr()305 for (auto &Cxt : ContextStack) { in getInlineContextStr()
155 std::vector<ContextFrame> ContextStack; member181 std::vector<ContextFrame> ContextStack; variable
275 ContextStackTy ContextStack; variable
212 getInlineContext(SmallVectorImpl<MCPseudoProbeFrameLocation> &ContextStack,