Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.h111 ParentToNamespacesMap m_parent_to_namespaces; variable
H A DPDBASTParser.cpp1091 m_parent_to_namespaces[curr_context].insert(namespace_decl); in GetDeclContextContainingSymbol()
1131 auto pit = m_parent_to_namespaces.find(parent); in FindNamespaceDecl()
1132 if (pit == m_parent_to_namespaces.end()) in FindNamespaceDecl()