Home
last modified time | relevance | path

Searched refs:OldFunction (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFunctionEffects.cpp1588 const FunctionDecl &OldFunction, const FunctionEffectsRef &OldFX, in shouldDiagnoseRedeclaration() argument
H A DSemaOverload.cpp3473 bool Sema::FunctionNonObjectParamTypesAreEqual(const FunctionDecl *OldFunction, in FunctionNonObjectParamTypesAreEqual() argument
3478 if (OldFunction->getNumNonObjectParams() != in FunctionNonObjectParamTypesAreEqual()
3483 unsigned(OldFunction->hasCXXExplicitFunctionObjectParameter()); in FunctionNonObjectParamTypesAreEqual()
3487 auto *OldPT = cast<FunctionProtoType>(OldFunction->getFunctionType()); in FunctionNonObjectParamTypesAreEqual()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10114 bool FunctionNonObjectParamTypesAreEqual(const FunctionDecl *OldFunction,
15408 bool shouldDiagnoseRedeclaration(const FunctionDecl &OldFunction,