Searched refs:MDAPSIntField (Results 1 – 1 of 1) sorted by relevance
3981 struct MDAPSIntField : public MDFieldImpl<APSInt> { struct3982 MDAPSIntField() : ImplTy(APSInt()) {} in MDAPSIntField() function4044 bool LLParser::parseMDField(LocTy Loc, StringRef Name, MDAPSIntField &Result) { in parseMDField()4609 REQUIRED(value, MDAPSIntField, ); \ in parseDIEnumerator()