Searched defs:Redeclaration (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 11387 Redeclaration in CheckTargetCausesMultiVersioning() argument 6810 bool Redeclaration = D.isRedeclaration(); ActOnTypedefDeclarator() local 6858 ActOnTypedefNameDecl(Scope * S,DeclContext * DC,TypedefNameDecl * NewTD,LookupResult & Previous,bool & Redeclaration) ActOnTypedefNameDecl() argument 11508 CheckMultiVersionAdditionalDecl(Sema & S,FunctionDecl * OldFD,FunctionDecl * NewFD,MultiVersionKind NewMVKind,const CPUDispatchAttr * NewCPUDisp,const CPUSpecificAttr * NewCPUSpec,const TargetClonesAttr * NewClones,bool & Redeclaration,NamedDecl * & OldDecl,LookupResult & Previous) CheckMultiVersionAdditionalDecl() argument 11726 CheckMultiVersionFunction(Sema & S,FunctionDecl * NewFD,bool & Redeclaration,NamedDecl * & OldDecl,LookupResult & Previous) CheckMultiVersionFunction() argument 11881 bool Redeclaration = false; CheckFunctionDeclaration() local [all...] |
H A D | SemaLookup.cpp | 214 getIDNS(Sema::LookupNameKind NameKind,bool CPlusPlus,bool Redeclaration) getIDNS() argument
|
H A D | SemaDeclCXX.cpp | 13556 bool Redeclaration = false; ActOnAliasDeclaration() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1883 unsigned Redeclaration : 1; global() variable
|