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

References

tools/clang/include/clang/Sema/TypoCorrection.h
  345            candidate.getCorrectionSpecifier() == TypoNNS;
tools/clang/lib/Parse/ParseStmt.cpp
  133       return !candidate.getCorrectionSpecifier() || isa<ObjCIvarDecl>(FD);
tools/clang/lib/Sema/SemaCXXScopeSpec.cpp
  639       if (Corrected.getCorrectionSpecifier())
  640         SS.MakeTrivial(Context, Corrected.getCorrectionSpecifier(),
tools/clang/lib/Sema/SemaDecl.cpp
  384       NestedNameSpecifier *NNS = Correction.getCorrectionSpecifier();
  711       if (Corrected.getCorrectionSpecifier())
  712         tmpSS.MakeTrivial(Context, Corrected.getCorrectionSpecifier(),
tools/clang/lib/Sema/SemaDeclCXX.cpp
10321     if (Candidate.WillReplaceSpecifier() && !Candidate.getCorrectionSpecifier())
10342                 ? Candidate.getCorrectionSpecifier()
10561           Builder.MakeTrivial(Context, Corrected.getCorrectionSpecifier(),
tools/clang/lib/Sema/SemaExpr.cpp
 2052         if (Corrected.getCorrectionSpecifier()) {
 2053           const Type *Ty = Corrected.getCorrectionSpecifier()->getAsType();
 4964     if (!candidate.getCorrectionSpecifier() ||
tools/clang/lib/Sema/SemaExprCXX.cpp
 7549   if (auto *NNS = TC.getCorrectionSpecifier())
 7560       if (auto *NNS = TC.getCorrectionSpecifier())
tools/clang/lib/Sema/SemaLookup.cpp
 5191       !candidate.getCorrectionSpecifier())