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

Declarations

tools/clang/include/clang/Sema/Sema.h
 2271   void SetDeclDeleted(Decl *dcl, SourceLocation DelLoc);

References

tools/clang/lib/Parse/ParseCXXInlineMethods.cpp
   71       Actions.SetDeclDeleted(FnD, KWLoc);
tools/clang/lib/Parse/Parser.cpp
 1271       Actions.SetDeclDeleted(Res, KWLoc);
tools/clang/lib/Sema/SemaDecl.cpp
16725         SetDeclDeleted(Dtor, CXXRecord->getLocation());
tools/clang/lib/Sema/SemaDeclCXX.cpp
 7022       SetDeclDeleted(MD, MD->getLocation());
11484     SetDeclDeleted(DefaultCon, ClassLoc);
11618     SetDeclDeleted(DerivedCtor, UsingLoc);
11767     SetDeclDeleted(Destructor, ClassLoc);
12389     SetDeclDeleted(CopyAssignment, ClassLoc);
12714     SetDeclDeleted(MoveAssignment, ClassLoc);
13099     SetDeclDeleted(CopyConstructor, ClassLoc);
13231     SetDeclDeleted(MoveConstructor, ClassLoc);
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 2055     SemaRef.SetDeclDeleted(Function, D->getLocation());
 2335     SemaRef.SetDeclDeleted(Method, Method->getLocation());