Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A 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()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp283 SmallVectorImpl<MCPseudoProbeFrameLocation> &ContextStack, in getInlineContext() argument
285 uint32_t Begin = ContextStack.size(); in getInlineContext()
291 ContextStack.emplace_back( in getInlineContext()
296 std::reverse(ContextStack.begin() + Begin, ContextStack.end()); in getInlineContext()
302 SmallVector<MCPseudoProbeFrameLocation, 16> ContextStack; in getInlineContextStr() local
303 getInlineContext(ContextStack, GUID2FuncMAP); in getInlineContextStr()
304 for (auto &Cxt : ContextStack) { in getInlineContextStr()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h155 std::vector<ContextFrame> ContextStack; member
181 std::vector<ContextFrame> ContextStack; variable
H A DParser.h275 ContextStackTy ContextStack; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h202 getInlineContext(SmallVectorImpl<MCPseudoProbeFrameLocation> &ContextStack,