Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp170 auto NamesI = FoundNameMap.find(Name); in lookup() local
171 if (NamesI == FoundNameMap.end()) in lookup()
174 return NamesI->second; in lookup()