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 DSema.cpp2858 const FunctionDecl &OldFunction, const FunctionEffectsRef &OldFX, in shouldDiagnoseRedeclaration() argument
H A DSemaOverload.cpp3286 bool Sema::FunctionNonObjectParamTypesAreEqual(const FunctionDecl *OldFunction, in FunctionNonObjectParamTypesAreEqual() argument
3291 if (OldFunction->getNumNonObjectParams() != in FunctionNonObjectParamTypesAreEqual()
3296 unsigned(OldFunction->hasCXXExplicitFunctionObjectParameter()); in FunctionNonObjectParamTypesAreEqual()
3300 auto *OldPT = cast<FunctionProtoType>(OldFunction->getFunctionType()); in FunctionNonObjectParamTypesAreEqual()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h515 bool shouldDiagnoseRedeclaration(const FunctionDecl &OldFunction,
9929 bool FunctionNonObjectParamTypesAreEqual(const FunctionDecl *OldFunction,