Home
last modified time | relevance | path

Searched refs:IsKnownNewer (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclContextInternals.h222 const bool IsKnownNewer = true; in addOrReplaceDecl() local
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.h387 bool IsKnownNewer = true) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1853 bool IsKnownNewer) const { in declarationReplaces()
1900 if (IsKnownNewer) in declarationReplaces()