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

  /external/clang/include/clang/AST/
Redeclarable.h 100 decl_type *getMostRecentDecl() {
105 const decl_type *getMostRecentDecl() const {
DeclTemplate.h 540 return getMostRecentDecl();
547 static DeclType *getMostRecentDecl(EntryType *D) {
548 return D->getMostRecentDecl();
571 return SETraits::getMostRecentDecl(&*SetIter);
717 using redeclarable_base::getMostRecentDecl;
735 getMostRecentDecl(FunctionTemplateSpecializationInfo *I) {
736 return I->Function->getMostRecentDecl();
    [all...]
Decl.h 355 return getMostRecentDecl();
370 using redeclarable_base::getMostRecentDecl;
762 return getMostRecentDecl();
770 using redeclarable_base::getMostRecentDecl;
    [all...]
DeclCXX.h 647 const CXXRecordDecl *getMostRecentDecl() const {
648 return cast_or_null<CXXRecordDecl>(RecordDecl::getMostRecentDecl());
650 CXXRecordDecl *getMostRecentDecl() {
651 return cast_or_null<CXXRecordDecl>(RecordDecl::getMostRecentDecl());
    [all...]
DeclObjC.h 706 return getMostRecentDecl();
    [all...]
DeclBase.h 711 /// \brief Implementation of getMostRecentDecl(), to be overridden by any
777 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); }
781 const Decl *getMostRecentDecl() const {
    [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 172 return Entry ? SETraits::getMostRecentDecl(Entry) : 0;
405 PS[P->getSequenceNumber()] = P->getMostRecentDecl();
419 return P->getMostRecentDecl();
434 return P->getMostRecentDecl();
    [all...]
DeclBase.cpp 882 for (NamespaceDecl *N = Self->getMostRecentDecl(); N;
    [all...]
Decl.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
Sema.cpp 329 if (D->getMostRecentDecl()->isUsed())
344 DeclToCheck = FD->getMostRecentDecl();
358 DeclToCheck = VD->getMostRecentDecl();
403 !FD->getMostRecentDecl()->isInlined())
439 assert(cast<FunctionDecl>(ND)->getMostRecentDecl()->isInlined() &&
    [all...]
IdentifierResolver.cpp 269 Decl *MostRecent = Existing->getMostRecentDecl();
SemaTemplateInstantiateDecl.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 202 D->getFirstDeclaration() == D->getMostRecentDecl() &&
259 D->getFirstDeclaration() == D->getMostRecentDecl() &&
285 D->getFirstDeclaration() == D->getMostRecentDecl() &&
733 D->getFirstDeclaration() == D->getMostRecentDecl() &&
    [all...]
ASTReaderDecl.cpp     [all...]
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 327 cast<CXXMethodDecl>(CMCE->getMethodDecl()->getMostRecentDecl());
357 cast<FunctionDecl>(CE->getDirectCallee()->getMostRecentDecl());
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 194 milliseconds