Searched refs:TableRec (Results 1 – 1 of 1) sorted by relevance
693 Table->Name = std::string(TableRec->getName()); in run()694 Table->Locs = TableRec->getLoc(); in run()695 Table->PreprocessorGuard = std::string(TableRec->getName()); in run()714 StringRef FilterClass = TableRec->getValueAsString("FilterClass"); in run()716 PrintFatalError(TableRec->getValue("FilterClass"), in run()722 if (!TableRec->isValueUnset("PrimaryKey")) { in run()724 parseSearchIndex(*Table, TableRec->getValue("PrimaryKey"), in run()734 TableMap.insert(std::make_pair(TableRec, Table.get())); in run()739 Record *TableRec = IndexRec->getValueAsDef("Table"); in run() local740 auto It = TableMap.find(TableRec); in run()[all …]