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

1 2

  /external/clang/include/clang/AST/
DeclTemplate.h 541 return getMostRecentDecl();
548 static DeclType *getMostRecentDecl(EntryType *D) {
549 return D->getMostRecentDecl();
572 return SETraits::getMostRecentDecl(&*SetIter);
722 using redeclarable_base::getMostRecentDecl;
741 getMostRecentDecl(FunctionTemplateSpecializationInfo *I) {
742 return I->Function->getMostRecentDecl();
    [all...]
Decl.h 284 NamedDecl *getMostRecentDecl() {
285 return cast<NamedDecl>(static_cast<Decl *>(this)->getMostRecentDecl());
287 const NamedDecl *getMostRecentDecl() const {
288 return const_cast<NamedDecl*>(this)->getMostRecentDecl();
379 using redeclarable_base::getMostRecentDecl;
782 return getMostRecentDecl();
792 using redeclarable_base::getMostRecentDecl;
    [all...]
Redeclarable.h 160 decl_type *getMostRecentDecl() {
165 const decl_type *getMostRecentDecl() const {
DeclCXX.h 268 Canon->getMostRecentDecl();
660 CXXRecordDecl *getMostRecentDecl() {
662 static_cast<RecordDecl *>(this)->getMostRecentDecl());
665 const CXXRecordDecl *getMostRecentDecl() const {
666 return const_cast<CXXRecordDecl*>(this)->getMostRecentDecl();
    [all...]
DeclObjC.h 766 return getMostRecentDecl();
    [all...]
DeclBase.h 724 /// \brief Implementation of getMostRecentDecl(), to be overridden by any
801 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); }
805 const Decl *getMostRecentDecl() const {
    [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 173 return Entry ? SETraits::getMostRecentDecl(Entry) : nullptr;
403 PS.push_back(P->getMostRecentDecl());
416 return P->getMostRecentDecl();
431 return P->getMostRecentDecl();
    [all...]
MicrosoftMangle.cpp     [all...]
DeclBase.cpp 955 for (NamespaceDecl *N = Self->getMostRecentDecl(); N;
    [all...]
DeclCXX.cpp     [all...]
Decl.cpp     [all...]
Type.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
Sema.cpp 376 if (D->getMostRecentDecl()->isUsed())
391 DeclToCheck = FD->getMostRecentDecl();
414 DeclToCheck = VD->getMostRecentDecl();
440 !FD->getMostRecentDecl()->isInlined())
494 assert(cast<FunctionDecl>(ND)->getMostRecentDecl()->isInlined() &&
    [all...]
IdentifierResolver.cpp 267 Decl *MostRecent = Existing->getMostRecentDecl();
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaType.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 228 D->getFirstDecl() == D->getMostRecentDecl() &&
287 D->getFirstDecl() == D->getMostRecentDecl() &&
313 D->getFirstDecl() == D->getMostRecentDecl() &&
758 D->getFirstDecl() == D->getMostRecentDecl() &&
    [all...]
ASTReaderDecl.cpp     [all...]
ASTReader.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 324 const CXXMethodDecl *MD = CMCE->getMethodDecl()->getMostRecentDecl();
352 const FunctionDecl *FD = CE->getDirectCallee()->getMostRecentDecl();
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]

Completed in 477 milliseconds

1 2