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.h223 const bool IsKnownNewer = true; in addOrReplaceDecl() local
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()
H A DDecl.h363 bool IsKnownNewer = true) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1836 bool IsKnownNewer) const { in declarationReplaces()
1883 if (IsKnownNewer) in declarationReplaces()