Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTypoCorrection.h139 NamedDecl *getCorrectionDecl() const { in getCorrectionDecl() function
145 return dyn_cast_or_null<DeclClass>(getCorrectionDecl()); in getCorrectionDeclAs()
/external/llvm-project/clang/include/clang/Sema/
DTypoCorrection.h151 NamedDecl *getCorrectionDecl() const { in getCorrectionDecl() function
157 return dyn_cast_or_null<DeclClass>(getCorrectionDecl()); in getCorrectionDeclAs()
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp809 NamedDecl *ND = candidate.getCorrectionDecl(); in ValidateCandidate()
855 ParameterPack = Corrected.getCorrectionDecl(); in ActOnSizeofParameterPackExpr()
DSemaCXXScopeSpec.cpp439 return SRef.isAcceptableNestedNameSpecifier(candidate.getCorrectionDecl()); in ValidateCandidate()
DSemaLookup.cpp3934 if (NamedDecl *NewND = Correction.getCorrectionDecl()) { in addCorrection()
3942 if (RI->getCorrectionDecl() == NewND) { in addCorrection()
4877 if (!candidate.getCorrectionDecl()) in ValidateCandidate()
DSemaExprMember.cpp584 NamedDecl *ND = candidate.getCorrectionDecl(); in ValidateCandidate()
DSemaDeclCXX.cpp2832 if (NamedDecl *ND = candidate.getCorrectionDecl()) { in ValidateCandidate()
7667 if (NamedDecl *ND = candidate.getCorrectionDecl()) in ValidateCandidate()
8158 NamedDecl *ND = Candidate.getCorrectionDecl(); in ValidateCandidate()
8363 NamedDecl *ND = Corrected.getCorrectionDecl(); in BuildUsingDeclaration()
DSemaOpenMP.cpp1123 NamedDecl *ND = Candidate.getCorrectionDecl(); in ValidateCandidate()
1140 NamedDecl *ND = Candidate.getCorrectionDecl(); in ValidateCandidate()
11509 checkDeclIsAllowedInOpenMPTarget(nullptr, Corrected.getCorrectionDecl()); in ActOnOpenMPDeclareTargetName()
DSemaDecl.cpp77 if (NamedDecl *ND = candidate.getCorrectionDecl()) { in ValidateCandidate()
861 NamedDecl *UnderlyingFirstDecl = Corrected.getCorrectionDecl(); in ClassifyName()
7232 Correction.getCorrectionDecl()->getDeclContext(), in DiagnoseInvalidRedeclaration()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateVariadic.cpp979 NamedDecl *ND = candidate.getCorrectionDecl(); in ValidateCandidate()
1029 ParameterPack = Corrected.getCorrectionDecl(); in ActOnSizeofParameterPackExpr()
DSemaCXXScopeSpec.cpp439 return SRef.isAcceptableNestedNameSpecifier(candidate.getCorrectionDecl()); in ValidateCandidate()
DSemaLookup.cpp4249 if (NamedDecl *NewND = Correction.getCorrectionDecl()) { in addCorrection()
4257 if (RI->getCorrectionDecl() == NewND) { in addCorrection()
5194 if (!candidate.getCorrectionDecl()) in ValidateCandidate()
DSemaExprMember.cpp605 NamedDecl *ND = candidate.getCorrectionDecl(); in ValidateCandidate()
DSemaTemplate.cpp675 if (auto *ND = Candidate.getCorrectionDecl()) in diagnoseExprIntendedAsTemplateName()
3849 return TC.getCorrectionDecl() && in resolveAssumedTemplateNameAsType()
3850 getAsTypeTemplateDecl(TC.getCorrectionDecl()); in resolveAssumedTemplateNameAsType()
DSemaDeclCXX.cpp4099 if (NamedDecl *ND = candidate.getCorrectionDecl()) { in ValidateCandidate()
11339 if (NamedDecl *ND = candidate.getCorrectionDecl()) in ValidateCandidate()
11863 NamedDecl *ND = Candidate.getCorrectionDecl(); in ValidateCandidate()
12097 NamedDecl *ND = Corrected.getCorrectionDecl(); in BuildUsingDeclaration()
DSemaDecl.cpp80 if (NamedDecl *ND = candidate.getCorrectionDecl()) { in ValidateCandidate()
962 NamedDecl *UnderlyingFirstDecl = Corrected.getCorrectionDecl(); in ClassifyName()
8307 Correction.getCorrectionDecl()->getDeclContext(), in DiagnoseInvalidRedeclaration()
DSemaOpenMP.cpp2736 NamedDecl *ND = Candidate.getCorrectionDecl(); in ValidateCandidate()
2758 NamedDecl *ND = Candidate.getCorrectionDecl(); in ValidateCandidate()
18621 checkDeclIsAllowedInOpenMPTarget(nullptr, Corrected.getCorrectionDecl()); in lookupOpenMPDeclareTargetName()
/external/clang/lib/Parse/
DParseExpr.cpp496 NamedDecl *ND = candidate.getCorrectionDecl(); in ValidateCandidate()
/external/llvm-project/clang/lib/Parse/
DParseExpr.cpp701 NamedDecl *ND = candidate.getCorrectionDecl(); in ValidateCandidate()