Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclContextInternals.h184 D->declarationReplaces(ND, /*IsKnownNewer=*/false)) in replaceExternalDecls()
232 if (D->declarationReplaces(OldD, IsKnownNewer)) { in addOrReplaceDecl()
251 if (D->declarationReplaces(N->D, IsKnownNewer)) { in addOrReplaceDecl()
256 if (D->declarationReplaces(ND, IsKnownNewer)) { in addOrReplaceDecl()
HDDecl.h362 bool declarationReplaces(const NamedDecl *OldD,
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDDecl.cpp1835 bool NamedDecl::declarationReplaces(const NamedDecl *OldD, in declarationReplaces() function in NamedDecl
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp1526 if (S->isDeclScope(*I) && D->declarationReplaces(*I)) { in PushOnScopeChains()