Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1129 auto pit = m_parent_to_namespaces.find(parent); in FindNamespaceDecl() local
1130 if (pit == m_parent_to_namespaces.end()) in FindNamespaceDecl()
1133 set = &pit->second; in FindNamespaceDecl()