Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp1280 !FunctionParamTypesAreEqual(OldType, NewType))) in IsOverload()
3028 if (!FunctionParamTypesAreEqual(FromFunction, ToFunction, &ArgPos)) { in HandleFunctionTypeMismatch()
3070 bool Sema::FunctionParamTypesAreEqual(const FunctionProtoType *OldType, in FunctionParamTypesAreEqual() function in Sema
9801 S.FunctionParamTypesAreEqual(PT1, PT2, nullptr, in sameFunctionParameterTypeLists()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h3794 bool FunctionParamTypesAreEqual(const FunctionProtoType *OldType,