Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParsePragma.cpp1335 Parser &PRef, attr::SubjectMatchRule PrimaryRule, StringRef PrimaryRuleName, in diagnoseExpectedAttributeSubjectSubRule() argument
1338 PRef.Diag(SubRuleLoc, in diagnoseExpectedAttributeSubjectSubRule()
1348 Parser &PRef, attr::SubjectMatchRule PrimaryRule, StringRef PrimaryRuleName, in diagnoseUnknownAttributeSubjectSubRule() argument
1352 PRef.Diag(SubRuleLoc, diag::err_pragma_attribute_unknown_subject_sub_rule) in diagnoseUnknownAttributeSubjectSubRule()
1497 MissingAttributeSubjectRulesRecoveryPoint Point, Parser &PRef) { in createExpectedAttributeSubjectRulesTokenDiagnostic() argument
1498 SourceLocation Loc = PRef.getEndOfPreviousToken(); in createExpectedAttributeSubjectRulesTokenDiagnostic()
1500 Loc = PRef.getCurToken().getLocation(); in createExpectedAttributeSubjectRulesTokenDiagnostic()
1501 auto Diagnostic = PRef.Diag(Loc, DiagID); in createExpectedAttributeSubjectRulesTokenDiagnostic()
1504 getAttributeSubjectRulesRecoveryPointForToken(PRef.getCurToken()); in createExpectedAttributeSubjectRulesTokenDiagnostic()
1517 Attribute.getMatchRules(PRef.getLangOpts(), SubjectMatchRuleSet); in createExpectedAttributeSubjectRulesTokenDiagnostic()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4435 if (const ReferenceType *PRef = P->getAs<ReferenceType>()) in DeduceTemplateArguments() local
4436 P = PRef->getPointeeType(); in DeduceTemplateArguments()