Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DPseudoProbe.cpp37 void PseudoProbe::getInlineContext(SmallVectorImpl<std::string> &ContextStack, in getInlineContext() argument
40 uint32_t Begin = ContextStack.size(); in getInlineContext()
55 ContextStack.emplace_back(ContextStr); in getInlineContext()
59 std::reverse(ContextStack.begin() + Begin, ContextStack.end()); in getInlineContext()
66 SmallVector<std::string, 16> ContextStack; in getInlineContextStr() local
67 getInlineContext(ContextStack, GUID2FuncMAP, ShowName); in getInlineContextStr()
68 for (auto &CxtStr : ContextStack) { in getInlineContextStr()
H A DPerfReader.cpp355 SmallVector<std::string, 16> ContextStack; in getContextKeyStr() local
357 Binary->getInlineContextForProbe(Probe, ContextStack, true); in getContextKeyStr()
359 for (const auto &Context : ContextStack) { in getContextKeyStr()
H A DPseudoProbe.h146 void getInlineContext(SmallVectorImpl<std::string> &ContextStack,
/netbsd-src/external/apache2/llvm/dist/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()
H A 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()
/netbsd-src/external/apache2/llvm/dist/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