Lines Matching defs:PRef
1650 Parser &PRef, attr::SubjectMatchRule PrimaryRule, StringRef PrimaryRuleName,
1653 PRef.Diag(SubRuleLoc,
1663 Parser &PRef, attr::SubjectMatchRule PrimaryRule, StringRef PrimaryRuleName,
1667 PRef.Diag(SubRuleLoc, diag::err_pragma_attribute_unknown_subject_sub_rule)
1812 MissingAttributeSubjectRulesRecoveryPoint Point, Parser &PRef) {
1813 SourceLocation Loc = PRef.getEndOfPreviousToken();
1815 Loc = PRef.getCurToken().getLocation();
1816 auto Diagnostic = PRef.Diag(Loc, DiagID);
1819 getAttributeSubjectRulesRecoveryPointForToken(PRef.getCurToken());
1836 Attribute.getMatchRules(PRef.getLangOpts(), MatchRules);
1866 PRef.SkipUntil(tok::eof, Parser::StopBeforeMatch);
1867 FixItRange.setEnd(PRef.getCurToken().getLocation());