Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h681 virtual Decl *getPreviousDeclImpl() { return 0; } in getPreviousDeclImpl() function
739 Decl *getPreviousDecl() { return getPreviousDeclImpl(); } in getPreviousDecl()
744 return const_cast<Decl *>(this)->getPreviousDeclImpl(); in getPreviousDecl()
DDecl.h418 virtual NamespaceDecl *getPreviousDeclImpl() { in getPreviousDeclImpl() function
832 virtual VarDecl *getPreviousDeclImpl() { in getPreviousDeclImpl() function
1573 virtual FunctionDecl *getPreviousDeclImpl() { in getPreviousDeclImpl() function
2350 virtual TypedefNameDecl *getPreviousDeclImpl() { in getPreviousDeclImpl() function
2519 virtual TagDecl *getPreviousDeclImpl() { in getPreviousDeclImpl() function
DDeclObjC.h624 virtual ObjCInterfaceDecl *getPreviousDeclImpl() { in getPreviousDeclImpl() function
1127 virtual ObjCProtocolDecl *getPreviousDeclImpl() { in getPreviousDeclImpl() function
DDeclTemplate.h490 virtual RedeclarableTemplateDecl *getPreviousDeclImpl() { in getPreviousDeclImpl() function