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

References

tools/clang/lib/Sema/SemaDeclCXX.cpp
13679   const DeclContext *DC = FnDecl->getDeclContext()->getRedeclContext();
13681     return SemaRef.Diag(FnDecl->getLocation(),
13683       << FnDecl->getDeclName();
13687       FnDecl->getStorageClass() == SC_Static) {
13688     return SemaRef.Diag(FnDecl->getLocation(),
13690       << FnDecl->getDeclName();