Home
last modified time | relevance | path

Searched defs:OldFD (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp1010 FunctionDecl *OldFD = OldND->getAsFunction(); checkTargetOverload() local
H A DSemaDecl.cpp11044 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
11156 CheckMultiVersionAdditionalRules(Sema & S,const FunctionDecl * OldFD,const FunctionDecl * NewFD,bool CausesMV,MultiVersionKind MVKind) CheckMultiVersionAdditionalRules() argument
11254 CheckDeclarationCausesMultiVersioning(Sema & S,FunctionDecl * OldFD,FunctionDecl * NewFD,bool & Redeclaration,NamedDecl * & OldDecl,LookupResult & Previous) CheckDeclarationCausesMultiVersioning() argument
11383 CheckMultiVersionAdditionalDecl(Sema & S,FunctionDecl * OldFD,FunctionDecl * NewFD,const CPUDispatchAttr * NewCPUDisp,const CPUSpecificAttr * NewCPUSpec,const TargetClonesAttr * NewClones,bool & Redeclaration,NamedDecl * & OldDecl,LookupResult & Previous) CheckMultiVersionAdditionalDecl() argument
11680 FunctionDecl *OldFD = OldDecl->getAsFunction(); CheckMultiVersionFunction() local
11914 auto *OldFD = OldTemplateDecl->getTemplatedDecl(); CheckFunctionDeclaration() local
11948 auto *OldFD = cast<FunctionDecl>(OldDecl); CheckFunctionDeclaration() local
[all...]
H A DSemaLookup.cpp3758 FunctionDecl *OldFD = Old->getAsFunction(); insert() local
H A DSemaTemplate.cpp10109 if (auto *OldFD = dyn_cast<FunctionDecl>(OldND->getUnderlyingDecl())) CheckFunctionTemplateSpecialization() local
/llvm-project/llvm/unittests/Support/
H A DCommandLineTest.cpp1340 int OldFD; global() member in __anon4d2cc0d20111::OutputRedirector