Lines Matching full:_fields
553 Out << "std::vector<Type*>" << typeName << "_fields;";
561 Out << typeName << "_fields.push_back(" << fieldName;
573 Out << typeName << "_fields, /*isPacked=*/"
729 Out << "std::vector<Constant*> " << constName << "_fields;";
734 Out << constName << "_fields.push_back("
739 << typeName << ", " << constName << "_fields);";