Searched defs:OldD (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/include/clang/AST/ |
H A D | DeclContextInternals.h | 231 if (NamedDecl *OldD = getAsDecl()) { in addOrReplaceDecl() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaCUDA.cpp | 774 !OldD->hasAttr<CUDAHostAttr>() && in maybeAddHostDeviceAttrs() local
|
H A D | SemaDeclObjC.cpp | 119 diagnoseNoescape(const ParmVarDecl * NewD,const ParmVarDecl * OldD,Sema & S) diagnoseNoescape() argument 132 diagnoseNoescape(const ParmVarDecl * NewD,const ParmVarDecl * OldD,const ObjCCategoryDecl * CD,const ObjCProtocolDecl * PD,Sema & S) diagnoseNoescape() argument
|
H A D | SemaDecl.cpp | 3519 DeclaratorDecl *OldD) { in MergeFunctionDecl() argument 2504 NamedDecl *OldD = OldDecls.getRepresentativeDecl(); MergeTypedefNameDecl() local 3480 adjustDeclContextForDeclaratorDecl(DeclaratorDecl * NewD,DeclaratorDecl * OldD) adjustDeclContextForDeclaratorDecl() argument 10880 canFullyTypeCheckRedeclaration(ValueDecl * NewD,ValueDecl * OldD,QualType NewT,QualType OldT) canFullyTypeCheckRedeclaration() argument [all...] |
H A D | SemaOverload.cpp | 1155 NamedDecl *OldD = *I; CheckOverload() local [all...] |
H A D | SemaDeclCXX.cpp | 13393 NamedDecl *OldD = Previous.getRepresentativeDecl(); ActOnAliasDeclaration() local
|
/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 1835 declarationReplaces(const NamedDecl * OldD,bool IsKnownNewer) const declarationReplaces() argument [all...] |