Searched defs:OldD (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclContextInternals.h | 231 if (NamedDecl *OldD = getAsDecl()) { in addOrReplaceDecl() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCUDA.cpp | 774 FunctionDecl *OldD = D->getAsFunction(); in maybeAddHostDeviceAttrs() local
|
H A D | SemaDeclObjC.cpp | 119 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 D | SemaDecl.cpp | 2520 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 D | SemaOverload.cpp | 1177 NamedDecl *OldD = *I; in CheckOverload() local
|
H A D | SemaDeclCXX.cpp | 13452 NamedDecl *OldD = Previous.getRepresentativeDecl(); in ActOnAliasDeclaration() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 1835 bool NamedDecl::declarationReplaces(const NamedDecl *OldD, in declarationReplaces()
|