Searched refs:TableRec (Results 1 – 1 of 1) sorted by relevance
696 Table->Name = std::string(TableRec->getName()); in run()697 Table->Locs = TableRec->getLoc(); in run()698 Table->PreprocessorGuard = std::string(TableRec->getName()); in run()717 StringRef FilterClass = TableRec->getValueAsString("FilterClass"); in run()719 PrintFatalError(TableRec->getValue("FilterClass"), in run()741 if (!TableRec->isValueUnset("PrimaryKey")) { in run()743 parseSearchIndex(*Table, TableRec->getValue("PrimaryKey"), in run()753 TableMap.insert(std::make_pair(TableRec, Table.get())); in run()758 Record *TableRec = IndexRec->getValueAsDef("Table"); in run() local759 auto It = TableMap.find(TableRec); in run()[all …]