Searched defs:OldD (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | DeclContextInternals.h | 224 if (NamedDecl *OldD = getAsDecl()) { in addOrReplaceDecl() local
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaCUDA.cpp | 681 FunctionDecl *OldD = D->getAsFunction(); in maybeAddCUDAHostDeviceAttrs() local
|
H A D | SemaDeclObjC.cpp | 114 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 D | SemaDecl.cpp | 2613 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 D | SemaOverload.cpp | 1120 NamedDecl *OldD = *I; in CheckOverload() local
|
H A D | SemaDeclCXX.cpp | 13146 NamedDecl *OldD = Previous.getRepresentativeDecl(); in ActOnAliasDeclaration() local
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | Decl.cpp | 1804 bool NamedDecl::declarationReplaces(NamedDecl *OldD, bool IsKnownNewer) const { in declarationReplaces()
|