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

Declarations

tools/clang/include/clang/Sema/Sema.h
 4363   void NoteDeletedFunction(FunctionDecl *FD);

References

tools/clang/lib/Sema/SemaDeclCXX.cpp
 7403       S.NoteDeletedFunction(Decl);
 7497       S.NoteDeletedFunction(BaseCtor);
tools/clang/lib/Sema/SemaExpr.cpp
  262       NoteDeletedFunction(FD);
tools/clang/lib/Sema/SemaExprCXX.cpp
 2917         NoteDeletedFunction(Operator);
tools/clang/lib/Sema/SemaInit.cpp
 6164     S.NoteDeletedFunction(Best->Function);
 6303     S.NoteDeletedFunction(Best->Function);
 8834         S.NoteDeletedFunction(Best->Function);
 9082         S.NoteDeletedFunction(Best->Function);
 9887     NoteDeletedFunction(Best->Function);
tools/clang/lib/Sema/SemaOverload.cpp
13108         NoteDeletedFunction(Method);