Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseStdFormatCheck.cpp76 const auto *OldFunction = Result.Nodes.getNodeAs<FunctionDecl>("func_decl"); check() local
H A DUseStdPrintCheck.cpp129 const auto *OldFunction = Result.Nodes.getNodeAs<FunctionDecl>("func_decl"); check() local
/llvm-project/clang/lib/Sema/
H A DSema.cpp2856 shouldDiagnoseRedeclaration(const FunctionDecl & OldFunction,const FunctionEffectsRef & OldFX,const FunctionDecl & NewFunction,const FunctionEffectsRef & NewFX) const shouldDiagnoseRedeclaration() argument
H A DSemaOverload.cpp3259 FunctionNonObjectParamTypesAreEqual(const FunctionDecl * OldFunction,const FunctionDecl * NewFunction,unsigned * ArgPos,bool Reversed) FunctionNonObjectParamTypesAreEqual() argument