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

/external/clang/include/clang/AST/
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 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 DDeclObjC.h702 virtual ObjCInterfaceDecl *getPreviousDeclImpl() { function in class:clang::ObjCInterfaceDecl
1389 virtual ObjCProtocolDecl *getPreviousDeclImpl() { function in class:clang::ObjCProtocolDecl
/external/clang/lib/AST/
H A DASTDumper.cpp571 static Decl *getPreviousDeclImpl(...) { function
576 static const Decl *getPreviousDeclImpl(const Redeclarable<T> *D) { function
585 return getPreviousDeclImpl(cast<DERIVED##Decl>(D));

Completed in 266 milliseconds