Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp1186 !FunctionParamTypesAreEqual(OldType, NewType))) in IsOverload()
2920 if (!FunctionParamTypesAreEqual(FromFunction, ToFunction, &ArgPos)) { in HandleFunctionTypeMismatch()
2959 bool Sema::FunctionParamTypesAreEqual(const FunctionProtoType *OldType, in FunctionParamTypesAreEqual() function in Sema
9778 S.FunctionParamTypesAreEqual(PT1, PT2)) { in isBetterOverloadCandidate()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h3416 bool FunctionParamTypesAreEqual(const FunctionProtoType *OldType,