reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
298 emitLookupDeclaration(Table, Index, OS); 312 for (const auto &Field : Index.Fields) { 329 return compareBy(LHS.first, RHS.first, Index); 338 for (const auto &Field : Index.Fields) { 361 if (Index.Fields.size() == 1 && 362 (Index.Fields[0].Enum || isa<BitsRecTy>(Index.Fields[0].RecType))) { 362 (Index.Fields[0].Enum || isa<BitsRecTy>(Index.Fields[0].RecType))) { 365 if (getNumericKey(Index, IndexRows[i]) != i) { 374 OS << " size_t Idx = " << Index.Fields[0].Name << ";\n"; 385 if (Index.EarlyOut) { 386 const GenericField &Field = Index.Fields[0]; 397 for (const auto &Field : Index.Fields) { 404 for (const auto &Field : Index.Fields) { 424 for (const auto &Field : Index.Fields) { 452 for (const auto &Field : Index.Fields)