Searched refs:FunctionParamTypesAreEqual (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaOverload.cpp | 1186 !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 9781 S.FunctionParamTypesAreEqual(PT1, PT2)) { in isBetterOverloadCandidate()
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 1036 !FunctionParamTypesAreEqual(OldType, NewType))) in IsOverload() 2668 if (!FunctionParamTypesAreEqual(FromFunction, ToFunction, &ArgPos)) { in HandleFunctionTypeMismatch() 2698 bool Sema::FunctionParamTypesAreEqual(const FunctionProtoType *OldType, in FunctionParamTypesAreEqual() function in Sema
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2282 bool FunctionParamTypesAreEqual(const FunctionProtoType *OldType,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 3285 bool FunctionParamTypesAreEqual(const FunctionProtoType *OldType,
|