Searched refs:PRef (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 1650 Parser &PRef, attr::SubjectMatchRule PrimaryRule, StringRef PrimaryRuleName, in diagnoseExpectedAttributeSubjectSubRule() argument 1653 PRef.Diag(SubRuleLoc, in diagnoseExpectedAttributeSubjectSubRule() 1663 Parser &PRef, attr::SubjectMatchRule PrimaryRule, StringRef PrimaryRuleName, in diagnoseUnknownAttributeSubjectSubRule() argument 1667 PRef.Diag(SubRuleLoc, diag::err_pragma_attribute_unknown_subject_sub_rule) in diagnoseUnknownAttributeSubjectSubRule() 1812 MissingAttributeSubjectRulesRecoveryPoint Point, Parser &PRef) { in createExpectedAttributeSubjectRulesTokenDiagnostic() argument 1813 SourceLocation Loc = PRef.getEndOfPreviousToken(); in createExpectedAttributeSubjectRulesTokenDiagnostic() 1815 Loc = PRef.getCurToken().getLocation(); in createExpectedAttributeSubjectRulesTokenDiagnostic() 1816 auto Diagnostic = PRef.Diag(Loc, DiagID); in createExpectedAttributeSubjectRulesTokenDiagnostic() 1819 getAttributeSubjectRulesRecoveryPointForToken(PRef.getCurToken()); in createExpectedAttributeSubjectRulesTokenDiagnostic() 1836 Attribute.getMatchRules(PRef.getLangOpts(), MatchRules); in createExpectedAttributeSubjectRulesTokenDiagnostic() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 1541 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() 4769 if (const ReferenceType *PRef = P->getAs<ReferenceType>()) in DeduceTemplateArguments() local 4770 P = PRef->getPointeeType(); in DeduceTemplateArguments()
|