Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DIdentifierResolver.cpp279 Decl *MostRecent = Existing->getMostRecentDecl(); in compareDeclarations() local
280 if (Existing == MostRecent) in compareDeclarations()
283 if (New == MostRecent) in compareDeclarations()
H A DSemaDecl.cpp4114 VarDecl *MostRecent = Old->getMostRecentDecl(); in MergeVarDecl() local
4115 if (MostRecent != Old) { in MergeVarDecl()
4116 MergeVarDeclTypes(New, MostRecent, in MergeVarDecl()
4117 mergeTypeWithPrevious(*this, New, MostRecent, Previous)); in MergeVarDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp1165 const NamedDecl *MostRecent = ND->getMostRecentDecl(); in getExplicitVisibilityAux() local
1166 if (MostRecent != ND) in getExplicitVisibilityAux()
1167 return getExplicitVisibilityAux(MostRecent, kind, true); in getExplicitVisibilityAux()
4821 auto *MostRecent = getMostRecentDecl(); in isWeak() local
4822 return MostRecent->hasAttr<WeakAttr>() || in isWeak()
4823 MostRecent->hasAttr<WeakRefAttr>() || isWeakImported(); in isWeak()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp4273 Decl *MostRecent = FirstLocal; in loadPendingDeclChain() local
4276 ASTDeclReader::attachPreviousDecl(*this, D, MostRecent, CanonDecl); in loadPendingDeclChain()
4277 MostRecent = D; in loadPendingDeclChain()
4279 ASTDeclReader::attachLatestDecl(CanonDecl, MostRecent); in loadPendingDeclChain()
4408 auto *MostRecent = D->getMostRecentDecl(); in forAllLaterRedecls() local
4410 for (auto *Redecl = MostRecent; Redecl && !Found; in forAllLaterRedecls()
4416 for (auto *Redecl = MostRecent; Redecl != D; in forAllLaterRedecls()
H A DASTWriterDecl.cpp1783 T *MostRecent = First->getMostRecentDecl(); in VisitRedeclarable() local
1785 if (MostRecent != First) { in VisitRedeclarable()
1832 (void)Writer.GetDeclRef(MostRecent); in VisitRedeclarable()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h4571 decl_type *MostRecent = First->getNextRedeclaration(); in setPreviousDecl() local
4572 RedeclLink = PreviousDeclLink(cast<decl_type>(MostRecent)); in setPreviousDecl()
4577 MostRecent->getIdentifierNamespace() & in setPreviousDecl()