Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp3079 static const FunctionProtoType *tryGetFunctionProtoType(QualType FromType) { in tryGetFunctionProtoType() function
3135 const FunctionProtoType *FromFunction = tryGetFunctionProtoType(FromType), in HandleFunctionTypeMismatch()
3136 *ToFunction = tryGetFunctionProtoType(ToType); in HandleFunctionTypeMismatch()