Home
last modified time | relevance | path

Searched refs:ContextStack (Results 1 – 5 of 5) 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/v8/src/builtins/
Dbuiltins-microtask-queue-gen.cc369 using ContextStack = DetachableVector<Context>; in GetEnteredContextCount() typedef
372 ContextStack::kSizeOffset); in GetEnteredContextCount()
383 using ContextStack = DetachableVector<Context>; in EnterMicrotaskContext() typedef
386 ContextStack::kCapacityOffset); in EnterMicrotaskContext()
389 ContextStack::kSizeOffset); in EnterMicrotaskContext()
400 ContextStack::kDataOffset); in EnterMicrotaskContext()
444 using ContextStack = DetachableVector<Context>; in RewindEnteredContext() typedef
447 ContextStack::kSizeOffset); in RewindEnteredContext()
/external/clang/include/clang/ASTMatchers/Dynamic/
DDiagnostics.h151 std::vector<ContextFrame> ContextStack; member
177 std::vector<ContextFrame> ContextStack; variable
DParser.h249 ContextStackTy ContextStack; variable