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

Declarations

tools/clang/include/clang/Sema/TypoCorrection.h
  179   void addCorrectionDecl(NamedDecl *CDecl);

References

tools/clang/include/clang/Sema/TypoCorrection.h
  168     addCorrectionDecl(CDecl);
tools/clang/lib/Sema/SemaLookup.cpp
 4382       Candidate.addCorrectionDecl(TRD);
 4454             TC.addCorrectionDecl(*TRD);
tools/clang/unittests/Sema/ExternalSemaSourceTest.cpp
  127       Correction.addCorrectionDecl(NewNamespace);
  169       Correction.addCorrectionDecl(NewFunction);