Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp2847 static const FunctionProtoType *tryGetFunctionProtoType(QualType FromType) { in tryGetFunctionProtoType() function
2903 const FunctionProtoType *FromFunction = tryGetFunctionProtoType(FromType), in HandleFunctionTypeMismatch()
2904 *ToFunction = tryGetFunctionProtoType(ToType); in HandleFunctionTypeMismatch()