Searched refs:MDAPSIntField (Results 1 – 1 of 1) sorted by relevance
4761 struct MDAPSIntField : public MDFieldImpl<APSInt> { struct4762 MDAPSIntField() : ImplTy(APSInt()) {} in MDAPSIntField() argument4852 bool LLParser::parseMDField(LocTy Loc, StringRef Name, MDAPSIntField &Result) { in parseMDField()5542 REQUIRED(value, MDAPSIntField, ); \ in parseDIEnumerator()5599 OPTIONAL(numerator, MDAPSIntField, ); \ in parseDIFixedPointType()5600 OPTIONAL(denominator, MDAPSIntField, ); in parseDIFixedPointType()