Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
DDiagnostics.cpp16 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()
DParser.cpp339 P->ContextStack.push_back(std::make_pair(C, 0u)); in ScopedContextEntry()
343 P->ContextStack.pop_back(); in ~ScopedContextEntry()
347 ++P->ContextStack.back().second; in nextArg()
768 for (ContextStackTy::iterator I = ContextStack.begin(), in addExpressionCompletions()
769 E = ContextStack.end(); in addExpressionCompletions()
775 auto AcceptedTypes = S->getAcceptedCompletionTypes(ContextStack); in addExpressionCompletions()
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCPseudoProbe.cpp270 SmallVectorImpl<MCPseduoProbeFrameLocation> &ContextStack, in getInlineContext() argument
272 uint32_t Begin = ContextStack.size(); in getInlineContext()
278 ContextStack.emplace_back( in getInlineContext()
283 std::reverse(ContextStack.begin() + Begin, ContextStack.end()); in getInlineContext()
289 SmallVector<MCPseduoProbeFrameLocation, 16> ContextStack; in getInlineContextStr() local
290 getInlineContext(ContextStack, GUID2FuncMAP); in getInlineContextStr()
291 for (auto &Cxt : ContextStack) { in getInlineContextStr()
/openbsd/src/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/
DDiagnostics.h155 std::vector<ContextFrame> ContextStack; member
181 std::vector<ContextFrame> ContextStack; variable
DParser.h275 ContextStackTy ContextStack; variable
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCPseudoProbe.h194 getInlineContext(SmallVectorImpl<MCPseduoProbeFrameLocation> &ContextStack,