Home
last modified time | relevance | path

Searched refs:FunctionParamTypesAreEqual (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp1184 !FunctionParamTypesAreEqual(OldType, NewType))) in IsOverload()
2921 if (!FunctionParamTypesAreEqual(FromFunction, ToFunction, &ArgPos)) { in HandleFunctionTypeMismatch()
2963 bool Sema::FunctionParamTypesAreEqual(const FunctionProtoType *OldType, in FunctionParamTypesAreEqual() function in Sema
9681 S.FunctionParamTypesAreEqual(PT1, PT2, nullptr, in canCompareFunctionConstraints()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h3668 bool FunctionParamTypesAreEqual(const FunctionProtoType *OldType,