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