Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclContextInternals.h169 if (D->declarationReplaces(ND, /*IsKnownNewer=*/false)) in replaceExternalDecls()
226 if (D->declarationReplaces(OldD, IsKnownNewer)) { in addOrReplaceDecl()
245 if (D->declarationReplaces(N->D, IsKnownNewer)) { in addOrReplaceDecl()
250 if (D->declarationReplaces(ND, IsKnownNewer)) { in addOrReplaceDecl()
H A DDecl.h334 bool declarationReplaces(NamedDecl *OldD, bool IsKnownNewer = true) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp1734 bool NamedDecl::declarationReplaces(NamedDecl *OldD, bool IsKnownNewer) const { in declarationReplaces() function in NamedDecl
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp1491 if (S->isDeclScope(*I) && D->declarationReplaces(*I)) { in PushOnScopeChains()