Home
last modified time | relevance | path

Searched defs:NewFD (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp979 checkCUDATargetOverload(FunctionDecl * NewFD,const LookupResult & Previous) checkCUDATargetOverload() argument
H A DSemaDecl.cpp9096 DiagnoseInvalidRedeclaration(Sema & SemaRef,LookupResult & Previous,FunctionDecl * NewFD,ActOnFDArgs & ExtraArgs,bool IsLocalFriend,Scope * S) DiagnoseInvalidRedeclaration() argument
9290 FunctionDecl *NewFD = nullptr; CreateNewFunctionDecl() local
9857 FunctionDecl *NewFD = CreateNewFunctionDecl(*this, D, DC, R, TInfo, SC, ActOnFunctionDeclarator() local
11193 areMultiversionVariantFunctionsCompatible(const FunctionDecl * OldFD,const FunctionDecl * NewFD,const PartialDiagnostic & NoProtoDiagID,const PartialDiagnosticAt & NoteCausedDiagIDAt,const PartialDiagnosticAt & NoSupportDiagIDAt,const PartialDiagnosticAt & DiffDiagIDAt,bool TemplatesSupported,bool ConstexprSupported,bool CLinkageMayDiffer) areMultiversionVariantFunctionsCompatible() argument
11306 CheckMultiVersionAdditionalRules(Sema & S,const FunctionDecl * OldFD,const FunctionDecl * NewFD,bool CausesMV,MultiVersionKind MVKind) CheckMultiVersionAdditionalRules() argument
11386 CheckTargetCausesMultiVersioning(Sema & S,FunctionDecl * OldFD,FunctionDecl * NewFD,bool & Redeclaration,NamedDecl * & OldDecl,LookupResult & Previous) CheckTargetCausesMultiVersioning() argument
11505 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
11725 CheckMultiVersionFunction(Sema & S,FunctionDecl * NewFD,bool & Redeclaration,NamedDecl * & OldDecl,LookupResult & Previous) CheckMultiVersionFunction() argument
11825 CheckConstPureAttributesUsage(Sema & S,FunctionDecl * NewFD) CheckConstPureAttributesUsage() argument
11868 CheckFunctionDeclaration(Scope * S,FunctionDecl * NewFD,LookupResult & Previous,bool IsMemberSpecialization,bool DeclIsDefn) CheckFunctionDeclaration() argument
18511 FieldDecl *NewFD HandleField() local
18664 FieldDecl *NewFD = FieldDecl::Create(Context, Record, TSSL, Loc, II, T, TInfo, CheckFieldDecl() local
[all...]
H A DSemaLookup.cpp3825 FunctionDecl *NewFD = New->getAsFunction(); insert() local
H A DSemaDeclAttr.cpp10002 FunctionDecl *NewFD; DeclClonePragmaWeak() local
H A DSemaDeclCXX.cpp1804 CheckConstexprFunctionDefinition(const FunctionDecl * NewFD,CheckConstexprKind Kind) CheckConstexprFunctionDefinition() argument
[all...]
H A DSemaExpr.cpp21558 FunctionDecl *NewFD = FunctionDecl::Create( resolveDecl() local
H A DSemaOpenMP.cpp7707 auto *NewFD = dyn_cast_or_null<FunctionDecl>(DRE->getDecl()); checkOpenMPDeclareVariantFunction() local
[all...]