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

  /external/clang/include/clang/AST/
DeclBase.h 769 virtual Decl *getMostRecentDeclImpl() { return this; }
844 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); }
849 return const_cast<Decl *>(this)->getMostRecentDeclImpl();
    [all...]
Decl.h 423 NamespaceDecl *getMostRecentDeclImpl() override;
849 VarDecl *getMostRecentDeclImpl() override {
    [all...]
DeclCXX.h     [all...]
DeclObjC.h     [all...]
DeclTemplate.h 634 RedeclarableTemplateDecl *getMostRecentDeclImpl() override {
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 206 static Decl *getMostRecentDeclImpl(Redeclarable<DeclT> *D);
207 static Decl *getMostRecentDeclImpl(...);
    [all...]

Completed in 231 milliseconds