Home
last modified time | relevance | path

Searched defs:OldD (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclContextInternals.h224 if (NamedDecl *OldD = getAsDecl()) { in addOrReplaceDecl() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaCUDA.cpp681 FunctionDecl *OldD = D->getAsFunction(); in maybeAddCUDAHostDeviceAttrs() local
H A DSemaDeclObjC.cpp114 static bool diagnoseNoescape(const ParmVarDecl *NewD, const ParmVarDecl *OldD, in diagnoseNoescape()
127 static void diagnoseNoescape(const ParmVarDecl *NewD, const ParmVarDecl *OldD, in diagnoseNoescape()
H A DSemaDecl.cpp2613 NamedDecl *OldD = OldDecls.getRepresentativeDecl(); in MergeTypedefNameDecl() local
3567 DeclaratorDecl *OldD) { in adjustDeclContextForDeclaratorDecl()
3617 bool Sema::MergeFunctionDecl(FunctionDecl *New, NamedDecl *&OldD, Scope *S, in MergeFunctionDecl()
10788 bool Sema::canFullyTypeCheckRedeclaration(ValueDecl *NewD, ValueDecl *OldD, in canFullyTypeCheckRedeclaration()
H A DSemaOverload.cpp1120 NamedDecl *OldD = *I; in CheckOverload() local
H A DSemaDeclCXX.cpp13146 NamedDecl *OldD = Previous.getRepresentativeDecl(); in ActOnAliasDeclaration() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DDecl.cpp1804 bool NamedDecl::declarationReplaces(NamedDecl *OldD, bool IsKnownNewer) const { in declarationReplaces()