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

  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h 726 virtual Decl *getMostRecentDeclImpl() { return this; }
801 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); }
806 return const_cast<Decl *>(this)->getMostRecentDeclImpl();
    [all...]

Completed in 72 milliseconds