Home
last modified time | relevance | path

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

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