Searched defs:Redeclaration (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/test/Analysis/ |
H A D | derived-to-base.cpp | 338 namespace Redeclaration { namespace
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 6634 bool Redeclaration = D.isRedeclaration(); ActOnTypedefDeclarator() local 6679 ActOnTypedefNameDecl(Scope * S,DeclContext * DC,TypedefNameDecl * NewTD,LookupResult & Previous,bool & Redeclaration) ActOnTypedefNameDecl() argument 11256 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 11764 bool Redeclaration = false; CheckFunctionDeclaration() local [all...] |
H A D | SemaLookup.cpp | 216 getIDNS(Sema::LookupNameKind NameKind,bool CPlusPlus,bool Redeclaration) getIDNS() argument
|
H A D | SemaDeclCXX.cpp | 13363 bool Redeclaration = false; ActOnAliasDeclaration() local
|