Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/Dynamic/
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()
DParser.cpp276 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()
/external/clang/include/clang/ASTMatchers/Dynamic/
DDiagnostics.h151 std::vector<ContextFrame> ContextStack; member
177 std::vector<ContextFrame> ContextStack; variable
DParser.h249 ContextStackTy ContextStack; variable