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

Overridden By

tools/clang/include/clang/AST/Decl.h
 1005   VarDecl *getPreviousDeclImpl() override {
 1909   FunctionDecl *getPreviousDeclImpl() override {
 3019   TypedefNameDecl *getPreviousDeclImpl() override {
 3183   TagDecl *getPreviousDeclImpl() override {
tools/clang/include/clang/AST/DeclCXX.h
 3086   UsingShadowDecl *getPreviousDeclImpl() override {
tools/clang/include/clang/AST/DeclObjC.h
 1275   ObjCInterfaceDecl *getPreviousDeclImpl() override {
 2099   ObjCProtocolDecl *getPreviousDeclImpl() override {
tools/clang/include/clang/AST/DeclTemplate.h
  745   RedeclarableTemplateDecl *getPreviousDeclImpl() override {
tools/clang/lib/AST/DeclCXX.cpp
 2755 NamespaceDecl *NamespaceDecl::getPreviousDeclImpl() {
 2769 NamespaceAliasDecl *NamespaceAliasDecl::getPreviousDeclImpl() {

References

tools/clang/include/clang/AST/DeclBase.h
  960   Decl *getPreviousDecl() { return getPreviousDeclImpl(); }
  965     return const_cast<Decl *>(this)->getPreviousDeclImpl();