Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp290 llvm::ms_demangle::NodeArrayNode *name_components = in CreateDeclInfoForType() local
292 llvm::ArrayRef<llvm::ms_demangle::Node *> scopes(name_components->Nodes, in CreateDeclInfoForType()
293 name_components->Count - 1); in CreateDeclInfoForType()
622 llvm::ArrayRef<llvm::ms_demangle::Node *> name_components{ in GetParentDeclContextForSymbol() local
625 if (!name_components.empty()) { in GetParentDeclContextForSymbol()
630 std::string qname = RenderScopeList(name_components); in GetParentDeclContextForSymbol()
645 while (!name_components.empty()) { in GetParentDeclContextForSymbol()
646 std::string ns = name_components.front()->toString(); in GetParentDeclContextForSymbol()
648 name_components = name_components.drop_front(); in GetParentDeclContextForSymbol()