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

References

tools/clang/include/clang/AST/Decl.h
 1889   bool isDeletedBit() const { return FunctionDeclBits.IsDeleted; }
 2201     return getCanonicalDecl()->FunctionDeclBits.IsDeleted;
 2205     return FunctionDeclBits.IsDeleted && !isDefaulted();
 2208   void setDeletedAsWritten(bool D = true) { FunctionDeclBits.IsDeleted = D; }
tools/clang/lib/AST/Decl.cpp
 2782   FunctionDeclBits.IsDeleted = false;