Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParsePragma.cpp1487 Parser &PRef, attr::SubjectMatchRule PrimaryRule, StringRef PrimaryRuleName, in diagnoseExpectedAttributeSubjectSubRule() argument
1490 PRef.Diag(SubRuleLoc, in diagnoseExpectedAttributeSubjectSubRule()
1500 Parser &PRef, attr::SubjectMatchRule PrimaryRule, StringRef PrimaryRuleName, in diagnoseUnknownAttributeSubjectSubRule() argument
1649 MissingAttributeSubjectRulesRecoveryPoint Point, Parser &PRef) { in createExpectedAttributeSubjectRulesTokenDiagnostic() argument
1650 SourceLocation Loc = PRef.getEndOfPreviousToken(); in createExpectedAttributeSubjectRulesTokenDiagnostic()
1652 Loc = PRef.getCurToken().getLocation(); in createExpectedAttributeSubjectRulesTokenDiagnostic()
1653 auto Diagnostic = PRef.Diag(Loc, DiagID); in createExpectedAttributeSubjectRulesTokenDiagnostic()
1656 getAttributeSubjectRulesRecoveryPointForToken(PRef.getCurToken()); in createExpectedAttributeSubjectRulesTokenDiagnostic()
1673 Attribute.getMatchRules(PRef.getLangOpts(), MatchRules); in createExpectedAttributeSubjectRulesTokenDiagnostic()
1703 PRef.SkipUntil(tok::eof, Parser::StopBeforeMatch); in createExpectedAttributeSubjectRulesTokenDiagnostic()
[all …]
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1352 const ReferenceType *PRef = P->getAs<ReferenceType>(); in DeduceTemplateArgumentsByTypeMatch() local
1353 if (PRef) in DeduceTemplateArgumentsByTypeMatch()
1354 P = PRef->getPointeeType(); in DeduceTemplateArgumentsByTypeMatch()
1361 if (PRef && ARef && S.Context.hasSameUnqualifiedType(P, A)) { in DeduceTemplateArgumentsByTypeMatch()
1382 if ((PRef->isLValueReferenceType() && !ARef->isLValueReferenceType()) || in DeduceTemplateArgumentsByTypeMatch()
4311 if (const ReferenceType *PRef = P->getAs<ReferenceType>()) in DeduceTemplateArguments() local
4312 P = PRef->getPointeeType(); in DeduceTemplateArguments()