Searched refs:contextStack (Results 1 – 4 of 4) sorted by relevance
61 std::vector<ContextFrame> contextStack; member76 std::vector<ContextFrame> contextStack; variable
24 last.contextStack = contextStack; in addError()
244 parser->contextStack.emplace_back(c, 0u); in ScopedContextEntry()247 ~ScopedContextEntry() { parser->contextStack.pop_back(); } in ~ScopedContextEntry()249 void nextArg() { ++parser->contextStack.back().second; } in nextArg()466 for (const auto &entry : contextStack) { in addExpressionCompletions()471 auto acceptedTypes = sema->getAcceptedCompletionTypes(contextStack); in addExpressionCompletions()
184 ContextStackTy contextStack; variable