Searched refs:getCanonicalFunctionResultType (Results 1 – 3 of 3) sorted by relevance
783 if (Context.getCanonicalFunctionResultType(ReturnType) == in deduceClosureReturnType()784 Context.getCanonicalFunctionResultType(CSI.ReturnType)) { in deduceClosureReturnType()
1462 CanQualType getCanonicalFunctionResultType(QualType ResultType) const;
4941 getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info); in getFunctionNoProtoType()4957 ASTContext::getCanonicalFunctionResultType(QualType ResultType) const { in getCanonicalFunctionResultType() function in ASTContext5113 CanQualType CanResultTy = getCanonicalFunctionResultType(ResultTy); in getFunctionTypeInternal()