reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/TypoCorrection.h
  157     return dyn_cast_or_null<DeclClass>(getCorrectionDecl());
tools/clang/lib/Parse/ParseExpr.cpp
  552     NamedDecl *ND = candidate.getCorrectionDecl();
tools/clang/lib/Sema/SemaCXXScopeSpec.cpp
  439     return SRef.isAcceptableNestedNameSpecifier(candidate.getCorrectionDecl());
tools/clang/lib/Sema/SemaDecl.cpp
   78     if (NamedDecl *ND = candidate.getCorrectionDecl()) {
  953         NamedDecl *UnderlyingFirstDecl = Corrected.getCorrectionDecl();
 8038           Correction.getCorrectionDecl()->getDeclContext(),
tools/clang/lib/Sema/SemaDeclCXX.cpp
 4010     if (NamedDecl *ND = candidate.getCorrectionDecl()) {
 9790     if (NamedDecl *ND = candidate.getCorrectionDecl())
10314     NamedDecl *ND = Candidate.getCorrectionDecl();
10548       NamedDecl *ND = Corrected.getCorrectionDecl();
tools/clang/lib/Sema/SemaExprMember.cpp
  607     NamedDecl *ND = candidate.getCorrectionDecl();
tools/clang/lib/Sema/SemaLookup.cpp
 4265   if (NamedDecl *NewND = Correction.getCorrectionDecl()) {
 4273       if (RI->getCorrectionDecl() == NewND) {
 5210   if (!candidate.getCorrectionDecl())
tools/clang/lib/Sema/SemaOpenMP.cpp
 2217     NamedDecl *ND = Candidate.getCorrectionDecl();
 2239     NamedDecl *ND = Candidate.getCorrectionDecl();
16192       checkDeclIsAllowedInOpenMPTarget(nullptr, Corrected.getCorrectionDecl());
tools/clang/lib/Sema/SemaTemplate.cpp
  623       if (auto *ND = Candidate.getCorrectionDecl())
 3420       return TC.getCorrectionDecl() &&
 3421              getAsTypeTemplateDecl(TC.getCorrectionDecl());
tools/clang/lib/Sema/SemaTemplateVariadic.cpp
  949     NamedDecl *ND = candidate.getCorrectionDecl();
  999       ParameterPack = Corrected.getCorrectionDecl();