Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp1119 !FunctionParamTypesAreEqual(OldType, NewType))) in IsOverload()
2842 if (!FunctionParamTypesAreEqual(FromFunction, ToFunction, &ArgPos)) { in HandleFunctionTypeMismatch()
2881 bool Sema::FunctionParamTypesAreEqual(const FunctionProtoType *OldType, in FunctionParamTypesAreEqual() function in Sema
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2584 bool FunctionParamTypesAreEqual(const FunctionProtoType *OldType,