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

References

tools/clang/lib/Sema/SemaDeclCXX.cpp
15139   if (!Fn) {
15145   Fn->setWillHaveBody(false);
15147   if (const FunctionDecl *Prev = Fn->getPreviousDecl()) {
15160     Fn = Fn->getCanonicalDecl();
15160     Fn = Fn->getCanonicalDecl();
15164   if (const InheritableAttr *DLLAttr = getDLLAttr(Fn)) {
15165     Diag(Fn->getLocation(), diag::err_attribute_dll_deleted) << DLLAttr;
15166     Fn->setInvalidDecl();
15169   if (Fn->isDeleted())
15174   if (CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(Fn)) {
15194   if (Fn->isMain())
15199   Fn->setImplicitlyInline();
15200   Fn->setDeletedAsWritten();