Searched refs:getCanonicalFunctionResultType (Results 1 – 4 of 4) sorted by relevance
723 if (Context.getCanonicalFunctionResultType(ReturnType) == in deduceClosureReturnType()724 Context.getCanonicalFunctionResultType(CSI.ReturnType)) { in deduceClosureReturnType()
3491 CanQualType OldDeducedType = Context.getCanonicalFunctionResultType( in DeduceFunctionTypeFromReturnExpr()3493 CanQualType NewDeducedType = Context.getCanonicalFunctionResultType( in DeduceFunctionTypeFromReturnExpr()
1195 CanQualType getCanonicalFunctionResultType(QualType ResultType) const;
3585 getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info); in getFunctionNoProtoType()3601 ASTContext::getCanonicalFunctionResultType(QualType ResultType) const { in getCanonicalFunctionResultType() function in ASTContext3754 CanQualType CanResultTy = getCanonicalFunctionResultType(ResultTy); in getFunctionTypeInternal()