Home
last modified time | relevance | path

Searched refs:MostRecent (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Sema/
DIdentifierResolver.cpp275 Decl *MostRecent = Existing->getMostRecentDecl(); in compareDeclarations() local
276 if (Existing == MostRecent) in compareDeclarations()
279 if (New == MostRecent) in compareDeclarations()
DSemaDecl.cpp3459 VarDecl *MostRecent = Old->getMostRecentDecl(); in MergeVarDecl() local
3460 if (MostRecent != Old) { in MergeVarDecl()
3461 MergeVarDeclTypes(New, MostRecent, in MergeVarDecl()
3462 mergeTypeWithPrevious(*this, New, MostRecent, Previous)); in MergeVarDecl()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp3434 Decl *MostRecent = FirstLocal; in loadPendingDeclChain() local
3437 ASTDeclReader::attachPreviousDecl(*this, D, MostRecent, CanonDecl); in loadPendingDeclChain()
3438 MostRecent = D; in loadPendingDeclChain()
3440 ASTDeclReader::attachLatestDecl(CanonDecl, MostRecent); in loadPendingDeclChain()
3569 auto *MostRecent = D->getMostRecentDecl(); in forAllLaterRedecls() local
3571 for (auto *Redecl = MostRecent; Redecl && !Found; in forAllLaterRedecls()
3577 for (auto *Redecl = MostRecent; Redecl != D; in forAllLaterRedecls()
DASTWriterDecl.cpp1566 T *MostRecent = First->getMostRecentDecl(); in VisitRedeclarable() local
1568 if (MostRecent != First) { in VisitRedeclarable()
1616 (void)Writer.GetDeclRef(MostRecent); in VisitRedeclarable()
/external/clang/include/clang/AST/
DDecl.h3828 decl_type *MostRecent = First->getNextRedeclaration(); in setPreviousDecl() local
3829 RedeclLink = PreviousDeclLink(cast<decl_type>(MostRecent)); in setPreviousDecl()
3834 MostRecent->getIdentifierNamespace() & in setPreviousDecl()
/external/clang/lib/AST/
DDecl.cpp1066 const NamedDecl *MostRecent = ND->getMostRecentDecl(); in getExplicitVisibilityAux() local
1067 if (MostRecent != ND) in getExplicitVisibilityAux()
1068 return getExplicitVisibilityAux(MostRecent, kind, true); in getExplicitVisibilityAux()