Searched refs:TableRec (Results 1 – 1 of 1) sorted by relevance
688 Table->Name = std::string(TableRec->getName()); in run()689 Table->Locs = TableRec->getLoc(); in run()690 Table->PreprocessorGuard = std::string(TableRec->getName()); in run()709 StringRef FilterClass = TableRec->getValueAsString("FilterClass"); in run()711 PrintFatalError(TableRec->getValue("FilterClass"), in run()717 if (!TableRec->isValueUnset("PrimaryKey")) { in run()719 parseSearchIndex(*Table, TableRec->getValue("PrimaryKey"), in run()729 TableMap.insert(std::make_pair(TableRec, Table.get())); in run()734 Record *TableRec = IndexRec->getValueAsDef("Table"); in run() local735 auto It = TableMap.find(TableRec); in run()[all …]