Lines Matching refs:J
262 for (unsigned J = 0, EndCf = ColFields->size(); (J < EndCf) && MatchFound; in isKeyColInstr() local
263 J++) { in isKeyColInstr()
265 CurInstr->getValue(ColFields->getElement(J)); in isKeyColInstr()
267 std::string KeyColValue = KeyCol->getElement(J)->getAsUnquotedString(); in isKeyColInstr()
322 for (unsigned J = 0, EndCf = ColFields->size(); (J < EndCf) && MatchFound; in getInstrForColumn() local
323 J++) { in getInstrForColumn()
324 const Init *ColFieldJ = ColFields->getElement(J); in getInstrForColumn()
327 const Init *ColFieldJVallue = CurValueCol->getElement(J); in getInstrForColumn()
446 for (unsigned J = 0, ColSize = ColumnI->size(); J < ColSize; ++J) { in emitMapFuncBody() local
447 std::string ColName = ColFields->getElement(J)->getAsUnquotedString(); in emitMapFuncBody()
450 OS << ColName << "_" << ColumnI->getElement(J)->getAsUnquotedString(); in emitMapFuncBody()
451 if (J < ColumnI->size() - 1) in emitMapFuncBody()
520 for (unsigned J = 0, EndCf = ColFields->size(); J < EndCf; J++) { in emitEnums() local
521 std::string ColName = ColFields->getElement(J)->getAsUnquotedString(); in emitEnums()
524 MapEntry.insert(List->getElement(J)); in emitEnums()