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

  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h 722 virtual Decl *getPreviousDeclImpl() { return nullptr; }
786 Decl *getPreviousDecl() { return getPreviousDeclImpl(); }
791 return const_cast<Decl *>(this)->getPreviousDeclImpl();
    [all...]

Completed in 433 milliseconds