OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsKnownNewer
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclContextInternals.h
169
if (D->declarationReplaces(ND, /*
IsKnownNewer
=*/false))
217
const bool
IsKnownNewer
= true;
226
if (D->declarationReplaces(OldD,
IsKnownNewer
)) {
245
if (D->declarationReplaces(N->D,
IsKnownNewer
)) {
250
if (D->declarationReplaces(ND,
IsKnownNewer
)) {
Decl.h
332
/// \param
IsKnownNewer
\c true if this declaration is known to be newer
334
bool declarationReplaces(NamedDecl *OldD, bool
IsKnownNewer
= true) const;
/src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp
1734
bool NamedDecl::declarationReplaces(NamedDecl *OldD, bool
IsKnownNewer
) const {
1781
if (
IsKnownNewer
)
Completed in 20 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026