Home
last modified time | relevance | path

Searched refs:getCorrectionDecl (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDTypoCorrection.h151 NamedDecl *getCorrectionDecl() const { in getCorrectionDecl() function
157 return dyn_cast_or_null<DeclClass>(getCorrectionDecl()); in getCorrectionDeclAs()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateVariadic.cpp1006 NamedDecl *ND = candidate.getCorrectionDecl(); in ValidateCandidate()
1042 ParameterPack = Corrected.getCorrectionDecl(); in ActOnSizeofParameterPackExpr()
HDSemaCXXScopeSpec.cpp395 return SRef.isAcceptableNestedNameSpecifier(candidate.getCorrectionDecl()); in ValidateCandidate()
HDSemaLookup.cpp4570 if (NamedDecl *NewND = Correction.getCorrectionDecl()) { in addCorrection()
4572 return TypoCorr.getCorrectionDecl() == NewND; in addCorrection()
5461 if (!candidate.getCorrectionDecl()) in ValidateCandidate()
HDSemaExprMember.cpp671 NamedDecl *ND = candidate.getCorrectionDecl(); in ValidateCandidate()
HDSemaTemplate.cpp680 if (auto *ND = Candidate.getCorrectionDecl()) in diagnoseExprIntendedAsTemplateName()
3530 return TC.getCorrectionDecl() && in resolveAssumedTemplateNameAsType()
3531 getAsTypeTemplateDecl(TC.getCorrectionDecl()); in resolveAssumedTemplateNameAsType()
HDSemaDeclCXX.cpp4209 if (NamedDecl *ND = candidate.getCorrectionDecl()) { in ValidateCandidate()
12031 if (NamedDecl *ND = candidate.getCorrectionDecl()) in ValidateCandidate()
12617 NamedDecl *ND = Candidate.getCorrectionDecl(); in ValidateCandidate()
12869 NamedDecl *ND = Corrected.getCorrectionDecl(); in BuildUsingDeclaration()
HDSemaDecl.cpp95 if (NamedDecl *ND = candidate.getCorrectionDecl()) { in ValidateCandidate()
971 NamedDecl *UnderlyingFirstDecl = Corrected.getCorrectionDecl(); in ClassifyName()
9017 Correction.getCorrectionDecl()->getDeclContext(), in DiagnoseInvalidRedeclaration()
16321 if (const auto *D = Corrected.getCorrectionDecl()) in ImplicitlyDefineFunction()
HDSemaOpenMP.cpp3047 NamedDecl *ND = Candidate.getCorrectionDecl(); in ValidateCandidate()
3068 NamedDecl *ND = Candidate.getCorrectionDecl(); in ValidateCandidate()
22133 checkDeclIsAllowedInOpenMPTarget(nullptr, Corrected.getCorrectionDecl()); in lookupOpenMPDeclareTargetName()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParseExpr.cpp732 NamedDecl *ND = candidate.getCorrectionDecl(); in ValidateCandidate()