Searched defs:OldDecl (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 54 static bool SubstQualifier(Sema &SemaRef, const DeclT *OldDecl, DeclT *NewDecl, in SubstQualifier() 79 bool TemplateDeclInstantiator::SubstQualifier(const DeclaratorDecl *OldDecl, in SubstQualifier() 84 bool TemplateDeclInstantiator::SubstQualifier(const TagDecl *OldDecl, in SubstQualifier() 5096 const CXXRecordDecl *OldDecl; in InstantiateFunctionDefinition() member
|
H A D | SemaDecl.cpp | 6949 static void checkDLLAttributeRedeclaration(Sema &S, NamedDecl *OldDecl, in checkDLLAttributeRedeclaration() 11299 NamedDecl *&OldDecl, in CheckDeclarationCausesMultiVersioning() 11427 const TargetClonesAttr *NewClones, bool &Redeclaration, NamedDecl *&OldDecl, in CheckMultiVersionAdditionalDecl() 11678 bool &Redeclaration, NamedDecl *&OldDecl, in CheckMultiVersionFunction() 11807 NamedDecl *OldDecl = nullptr; in CheckFunctionDeclaration() local
|
H A D | SemaDeclCXX.cpp | 12464 NamedDecl *OldDecl = nullptr; in CheckUsingShadowDecl() local 13426 TypeAliasTemplateDecl *OldDecl = nullptr; in ActOnAliasDeclaration() local [all...] |
H A D | SemaOverload.cpp | 1298 NamedDecl *OldDecl = Old; in IsOverloadOrOverrideImpl() local
|