Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp139 const auto &FoundNameMap = DCI->second; in lookup() local
140 auto NamesI = FoundNameMap.find(Name); in lookup()
141 if (NamesI == FoundNameMap.end()) in lookup()
155 const auto &FoundNameMap = DCI->second; in dump() local
156 for (const auto &Entry : FoundNameMap) { in dump()