Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp317 StringRef IndexTypeName; in emitLookupFunction() local
321 IndexTypeName = Table.CppTypeName; in emitLookupFunction()
364 IndexTypeName = "IndexType"; in emitLookupFunction()
430 OS << " [](const " << IndexTypeName << " &LHS, const KeyType &RHS) {\n"; in emitLookupFunction()