Home
last modified time | relevance | path

Searched refs:PRef (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1634 Parser &PRef, attr::SubjectMatchRule PrimaryRule, StringRef PrimaryRuleName, in diagnoseExpectedAttributeSubjectSubRule() argument
1637 PRef.Diag(SubRuleLoc, in diagnoseExpectedAttributeSubjectSubRule()
1647 Parser &PRef, attr::SubjectMatchRule PrimaryRule, StringRef PrimaryRuleName, in diagnoseUnknownAttributeSubjectSubRule() argument
1651 PRef.Diag(SubRuleLoc, diag::err_pragma_attribute_unknown_subject_sub_rule) in diagnoseUnknownAttributeSubjectSubRule()
1796 MissingAttributeSubjectRulesRecoveryPoint Point, Parser &PRef) { in createExpectedAttributeSubjectRulesTokenDiagnostic() argument
1797 SourceLocation Loc = PRef.getEndOfPreviousToken(); in createExpectedAttributeSubjectRulesTokenDiagnostic()
1799 Loc = PRef.getCurToken().getLocation(); in createExpectedAttributeSubjectRulesTokenDiagnostic()
1800 auto Diagnostic = PRef.Diag(Loc, DiagID); in createExpectedAttributeSubjectRulesTokenDiagnostic()
1803 getAttributeSubjectRulesRecoveryPointForToken(PRef.getCurToken()); in createExpectedAttributeSubjectRulesTokenDiagnostic()
1820 Attribute.getMatchRules(PRef.getLangOpts(), MatchRules); in createExpectedAttributeSubjectRulesTokenDiagnostic()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1541 const ReferenceType *PRef = P->getAs<ReferenceType>(); in DeduceTemplateArgumentsByTypeMatch() local
1542 if (PRef) in DeduceTemplateArgumentsByTypeMatch()
1543 P = PRef->getPointeeType(); in DeduceTemplateArgumentsByTypeMatch()
1550 if (PRef && ARef && S.Context.hasSameUnqualifiedType(P, A)) { in DeduceTemplateArgumentsByTypeMatch()
1571 if ((PRef->isLValueReferenceType() && !ARef->isLValueReferenceType()) || in DeduceTemplateArgumentsByTypeMatch()
4880 if (const ReferenceType *PRef = P->getAs<ReferenceType>()) in DeduceTemplateArguments() local
4881 P = PRef->getPointeeType(); in DeduceTemplateArguments()