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