Home
last modified time | relevance | path

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

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