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

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

Completed in 188 milliseconds