Searched refs:getCanonicalFunctionResultType (Results 1 – 3 of 3) sorted by relevance
720 if (Context.getCanonicalFunctionResultType(ReturnType) == in deduceClosureReturnType()721 Context.getCanonicalFunctionResultType(CSI.ReturnType)) { in deduceClosureReturnType()
1296 CanQualType getCanonicalFunctionResultType(QualType ResultType) const;
4304 getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info); in getFunctionNoProtoType()4320 ASTContext::getCanonicalFunctionResultType(QualType ResultType) const { in getCanonicalFunctionResultType() function in ASTContext4476 CanQualType CanResultTy = getCanonicalFunctionResultType(ResultTy); in getFunctionTypeInternal()