Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp169 auto NamesI = FoundNameMap.find(Name); in lookup() local
170 if (NamesI == FoundNameMap.end()) in lookup()
173 return NamesI->second; in lookup()