Searched defs:getNextRedeclaration (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h355 virtual NamespaceDecl *getNextRedeclaration() { function in class:clang::NamespaceDecl
H A DDeclBase.h719 virtual Decl *getNextRedeclaration() { return this; } function in class:clang::Decl
H A DDeclCXX.h2690 virtual UsingShadowDecl *getNextRedeclaration() { function in class:clang::UsingShadowDecl
H A DDeclObjC.h699 virtual ObjCInterfaceDecl *getNextRedeclaration() { function in class:clang::ObjCInterfaceDecl
1394 virtual ObjCProtocolDecl *getNextRedeclaration() { function in class:clang::ObjCProtocolDecl
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp631 ObjCMethodDecl *ObjCMethodDecl::getNextRedeclaration() { function in class:ObjCMethodDecl

Completed in 100 milliseconds