Searched refs:MostRecent (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | IdentifierResolver.cpp | 280 Decl *MostRecent = Existing->getMostRecentDecl(); in compareDeclarations() local 281 if (Existing == MostRecent) in compareDeclarations() 284 if (New == MostRecent) in compareDeclarations()
|
| H A D | SemaDecl.cpp | 3859 VarDecl *MostRecent = Old->getMostRecentDecl(); in MergeVarDecl() local 3860 if (MostRecent != Old) { in MergeVarDecl() 3861 MergeVarDeclTypes(New, MostRecent, in MergeVarDecl() 3862 mergeTypeWithPrevious(*this, New, MostRecent, Previous)); in MergeVarDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 4048 Decl *MostRecent = FirstLocal; in loadPendingDeclChain() local 4051 ASTDeclReader::attachPreviousDecl(*this, D, MostRecent, CanonDecl); in loadPendingDeclChain() 4052 MostRecent = D; in loadPendingDeclChain() 4054 ASTDeclReader::attachLatestDecl(CanonDecl, MostRecent); in loadPendingDeclChain() 4183 auto *MostRecent = D->getMostRecentDecl(); in forAllLaterRedecls() local 4185 for (auto *Redecl = MostRecent; Redecl && !Found; in forAllLaterRedecls() 4191 for (auto *Redecl = MostRecent; Redecl != D; in forAllLaterRedecls()
|
| H A D | ASTWriterDecl.cpp | 1682 T *MostRecent = First->getMostRecentDecl(); in VisitRedeclarable() local 1684 if (MostRecent != First) { in VisitRedeclarable() 1731 (void)Writer.GetDeclRef(MostRecent); in VisitRedeclarable()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Decl.h | 4301 decl_type *MostRecent = First->getNextRedeclaration(); in setPreviousDecl() local 4302 RedeclLink = PreviousDeclLink(cast<decl_type>(MostRecent)); in setPreviousDecl() 4307 MostRecent->getIdentifierNamespace() & in setPreviousDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Decl.cpp | 1110 const NamedDecl *MostRecent = ND->getMostRecentDecl(); in getExplicitVisibilityAux() local 1111 if (MostRecent != ND) in getExplicitVisibilityAux() 1112 return getExplicitVisibilityAux(MostRecent, kind, true); in getExplicitVisibilityAux()
|