Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp315 StringRef IndexTypeName; in emitLookupFunction() local
319 IndexTypeName = Table.CppTypeName; in emitLookupFunction()
362 IndexTypeName = "IndexType"; in emitLookupFunction()
428 OS << " [](const " << IndexTypeName << " &LHS, const KeyType &RHS) {\n"; in emitLookupFunction()