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

  /external/clang/include/clang/AST/
DeclBase.h 783 virtual Decl *getMostRecentDeclImpl() { return this; }
858 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); }
863 return const_cast<Decl *>(this)->getMostRecentDeclImpl();
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 228 static Decl *getMostRecentDeclImpl(Redeclarable<DeclT> *D);
229 static Decl *getMostRecentDeclImpl(...);
    [all...]

Completed in 89 milliseconds