Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclContextInternals.h231 if (NamedDecl *OldD = getAsDecl()) { in addOrReplaceDecl() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp774 FunctionDecl *OldD = D->getAsFunction(); in maybeAddHostDeviceAttrs() local
H A DSemaDeclObjC.cpp119 static bool diagnoseNoescape(const ParmVarDecl *NewD, const ParmVarDecl *OldD, in diagnoseNoescape()
132 static void diagnoseNoescape(const ParmVarDecl *NewD, const ParmVarDecl *OldD, in diagnoseNoescape()
H A DSemaDecl.cpp2520 NamedDecl *OldD = OldDecls.getRepresentativeDecl(); in MergeTypedefNameDecl() local
3496 DeclaratorDecl *OldD) { in adjustDeclContextForDeclaratorDecl()
3535 bool Sema::MergeFunctionDecl(FunctionDecl *New, NamedDecl *&OldD, Scope *S, in MergeFunctionDecl()
10906 bool Sema::canFullyTypeCheckRedeclaration(ValueDecl *NewD, ValueDecl *OldD, in canFullyTypeCheckRedeclaration()
H A DSemaOverload.cpp1177 NamedDecl *OldD = *I; in CheckOverload() local
H A DSemaDeclCXX.cpp13452 NamedDecl *OldD = Previous.getRepresentativeDecl(); in ActOnAliasDeclaration() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1835 bool NamedDecl::declarationReplaces(const NamedDecl *OldD, in declarationReplaces()