Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporterLookupTable.cpp96 const auto &FoundNameMap = DCI->second; in lookup() local
97 auto NamesI = FoundNameMap.find(Name); in lookup()
98 if (NamesI == FoundNameMap.end()) in lookup()
108 const auto &FoundNameMap = DCI->second; in dump() local
109 for (const auto &Entry : FoundNameMap) { in dump()