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

  /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...]
Decl.h 363 NamespaceDecl *getMostRecentDeclImpl() override;
781 VarDecl *getMostRecentDeclImpl() override {
    [all...]
DeclObjC.h 765 ObjCInterfaceDecl *getMostRecentDeclImpl() override {
    [all...]
DeclCXX.h     [all...]
DeclTemplate.h 540 RedeclarableTemplateDecl *getMostRecentDeclImpl() override {
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]

Completed in 146 milliseconds