Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporterLookupTable.cpp155 auto NamesI = FoundNameMap.find(Name); in lookup() local
156 if (NamesI == FoundNameMap.end()) in lookup()
159 return NamesI->second; in lookup()