Home
last modified time | relevance | path

Searched defs:Redeclaration (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp11387 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 DSemaLookup.cpp214 getIDNS(Sema::LookupNameKind NameKind,bool CPlusPlus,bool Redeclaration) getIDNS() argument
H A DSemaDeclCXX.cpp13556 bool Redeclaration = false; ActOnAliasDeclaration() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1883 unsigned Redeclaration : 1; global() variable