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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h151 NamedDecl *getCorrectionDecl() const { function in class:clang::TypoCorrection
157 return dyn_cast_or_null<DeclClass>(getCorrectionDecl());
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp953 NamedDecl *ND = candidate.getCorrectionDecl();
1003 ParameterPack = Corrected.getCorrectionDecl();
H A DSemaCXXScopeSpec.cpp439 return SRef.isAcceptableNestedNameSpecifier(candidate.getCorrectionDecl());
H A DSemaLookup.cpp4292 if (NamedDecl *NewND = Correction.getCorrectionDecl()) {
4300 if (RI->getCorrectionDecl() == NewND) {
5237 if (!candidate.getCorrectionDecl())
H A DSemaExprMember.cpp607 NamedDecl *ND = candidate.getCorrectionDecl();
H A DSemaTemplate.cpp668 if (auto *ND = Candidate.getCorrectionDecl())
3683 return TC.getCorrectionDecl() &&
3684 getAsTypeTemplateDecl(TC.getCorrectionDecl());
H A DSemaDeclCXX.cpp4037 if (NamedDecl *ND = candidate.getCorrectionDecl()) {
10993 if (NamedDecl *ND = candidate.getCorrectionDecl())
11517 NamedDecl *ND = Candidate.getCorrectionDecl();
11751 NamedDecl *ND = Corrected.getCorrectionDecl();
H A DSemaDecl.cpp79 if (NamedDecl *ND = candidate.getCorrectionDecl()) {
957 NamedDecl *UnderlyingFirstDecl = Corrected.getCorrectionDecl();
8126 Correction.getCorrectionDecl()->getDeclContext(),
H A DSemaOpenMP.cpp2332 NamedDecl *ND = Candidate.getCorrectionDecl();
2354 NamedDecl *ND = Candidate.getCorrectionDecl();
16835 checkDeclIsAllowedInOpenMPTarget(nullptr, Corrected.getCorrectionDecl());
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp683 NamedDecl *ND = candidate.getCorrectionDecl();

Completed in 503 milliseconds