Home
last modified time | relevance | path

Searched refs:ContextStack (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp17 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()
H A DParser.cpp321 P->ContextStack.push_back(std::make_pair(C, 0u)); in ScopedContextEntry()
325 P->ContextStack.pop_back(); in ~ScopedContextEntry()
329 ++P->ContextStack.back().second; in nextArg()
540 for (ContextStackTy::iterator I = ContextStack.begin(), in addExpressionCompletions()
541 E = ContextStack.end(); in addExpressionCompletions()
547 auto AcceptedTypes = S->getAcceptedCompletionTypes(ContextStack); in addExpressionCompletions()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h151 std::vector<ContextFrame> ContextStack; member
177 std::vector<ContextFrame> ContextStack; variable
H A DParser.h257 ContextStackTy ContextStack; variable