HomeSort by relevance Sort by last modified time
    Searched refs:getPreviousDeclImpl (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/AST/
DeclBase.h 681 virtual Decl *getPreviousDeclImpl() { return 0; }
739 Decl *getPreviousDecl() { return getPreviousDeclImpl(); }
744 return const_cast<Decl *>(this)->getPreviousDeclImpl();
    [all...]
Decl.h 418 virtual NamespaceDecl *getPreviousDeclImpl() {
832 virtual VarDecl *getPreviousDeclImpl() {
    [all...]
DeclObjC.h 624 virtual ObjCInterfaceDecl *getPreviousDeclImpl() {
    [all...]
DeclTemplate.h 490 virtual RedeclarableTemplateDecl *getPreviousDeclImpl() {
    [all...]

Completed in 19 milliseconds