Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp169 const auto &FoundNameMap = DCI->second; in lookup() local
170 auto NamesI = FoundNameMap.find(Name); in lookup()
171 if (NamesI == FoundNameMap.end()) in lookup()
185 const auto &FoundNameMap = DCI->second; in dump() local
186 for (const auto &Entry : FoundNameMap) { in dump()