Searched refs:getPreviousDeclImpl (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclBase.h709 virtual Decl *getPreviousDeclImpl() { return 0; } function in class:clang::Decl
767 Decl *getPreviousDecl() { return getPreviousDeclImpl(); }
772 return const_cast<Decl *>(this)->getPreviousDeclImpl();
H A DDecl.h351 virtual NamespaceDecl *getPreviousDeclImpl() { function in class:clang::NamespaceDecl
758 virtual VarDecl *getPreviousDeclImpl() {
1527 virtual FunctionDecl *getPreviousDeclImpl() {
2340 virtual TypedefNameDecl *getPreviousDeclImpl() {
2520 virtual TagDecl *getPreviousDeclImpl() {
H A DDeclObjC.h702 virtual ObjCInterfaceDecl *getPreviousDeclImpl() { function in class:clang::ObjCInterfaceDecl
1389 virtual ObjCProtocolDecl *getPreviousDeclImpl() { function in class:clang::ObjCProtocolDecl
H A DDeclTemplate.h536 virtual RedeclarableTemplateDecl *getPreviousDeclImpl() {

Completed in 179 milliseconds