Searched refs:declarationReplaces (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclContextInternals.h167 if (!D->declarationReplaces(OldD, IsKnownNewer))
178 if (D->declarationReplaces(OldD, IsKnownNewer)) {
H A DDecl.h319 bool declarationReplaces(NamedDecl *OldD, bool IsKnownNewer = true) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1683 bool NamedDecl::declarationReplaces(NamedDecl *OldD, bool IsKnownNewer) const { function in class:NamedDecl
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp1475 if (S->isDeclScope(*I) && D->declarationReplaces(*I)) {

Completed in 134 milliseconds