Searched defs:OldDecl (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
H A D | DefineInline.cpp | 286 const auto *OldDecl = Entry.first; in renameParameters() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 54 static bool SubstQualifier(Sema &SemaRef, const DeclT *OldDecl, DeclT *NewDecl, in SubstQualifier() argument 79 bool TemplateDeclInstantiator::SubstQualifier(const DeclaratorDecl *OldDecl, in SubstQualifier() argument 84 bool TemplateDeclInstantiator::SubstQualifier(const TagDecl *OldDecl, in SubstQualifier() argument 5080 const CXXRecordDecl *OldDecl; InstantiateFunctionDefinition() member [all...] |
H A D | SemaDecl.cpp | 6924 checkDLLAttributeRedeclaration(Sema & S,NamedDecl * OldDecl,NamedDecl * NewDecl,bool IsSpecialization,bool IsDefinition) checkDLLAttributeRedeclaration() argument 11257 CheckDeclarationCausesMultiVersioning(Sema & S,FunctionDecl * OldFD,FunctionDecl * NewFD,bool & Redeclaration,NamedDecl * & OldDecl,LookupResult & Previous) CheckDeclarationCausesMultiVersioning() argument 11385 CheckMultiVersionAdditionalDecl(Sema & S,FunctionDecl * OldFD,FunctionDecl * NewFD,const CPUDispatchAttr * NewCPUDisp,const CPUSpecificAttr * NewCPUSpec,const TargetClonesAttr * NewClones,bool & Redeclaration,NamedDecl * & OldDecl,LookupResult & Previous) CheckMultiVersionAdditionalDecl() argument 11636 CheckMultiVersionFunction(Sema & S,FunctionDecl * NewFD,bool & Redeclaration,NamedDecl * & OldDecl,LookupResult & Previous) CheckMultiVersionFunction() argument 11765 NamedDecl *OldDecl = nullptr; CheckFunctionDeclaration() local [all...] |
H A D | SemaDeclCXX.cpp | 12405 NamedDecl *OldDecl = nullptr; CheckUsingShadowDecl() local 13367 TypeAliasTemplateDecl *OldDecl = nullptr; ActOnAliasDeclaration() local [all...] |
H A D | SemaOverload.cpp | 1276 NamedDecl *OldDecl = Old; IsOverloadOrOverrideImpl() local
|