Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclContextInternals.h184 D->declarationReplaces(ND, /*IsKnownNewer=*/false); in replaceExternalDecls()
231 if (D->declarationReplaces(OldD, IsKnownNewer)) { in addOrReplaceDecl()
250 if (D->declarationReplaces(N->D, IsKnownNewer)) { in addOrReplaceDecl()
255 if (D->declarationReplaces(ND, IsKnownNewer)) { in addOrReplaceDecl()
H A DDecl.h386 bool declarationReplaces(const NamedDecl *OldD,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1852 bool NamedDecl::declarationReplaces(const NamedDecl *OldD, in declarationReplaces() function in NamedDecl
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp1543 if (S->isDeclScope(*I) && D->declarationReplaces(*I)) { in PushOnScopeChains()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc9578 {"_ZNK5clang9NamedDecl19declarationReplacesEPS0_", "clang::NamedDecl::declarationReplaces(clang::Na…