Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporterLookupTable.cpp127 auto NamesI = FoundNameMap.find(Name); in lookup() local
128 if (NamesI == FoundNameMap.end()) in lookup()
131 return NamesI->second; in lookup()