Searched refs:getCanonicalFunctionResultType (Results 1 – 4 of 4) sorted by relevance
767 if (Context.getCanonicalFunctionResultType(ReturnType) == in deduceClosureReturnType()768 Context.getCanonicalFunctionResultType(CSI.ReturnType)) { in deduceClosureReturnType()
3890 CanQualType OldDeducedType = Context.getCanonicalFunctionResultType( in DeduceFunctionTypeFromReturnExpr()3892 CanQualType NewDeducedType = Context.getCanonicalFunctionResultType( in DeduceFunctionTypeFromReturnExpr()
1201 CanQualType getCanonicalFunctionResultType(QualType ResultType) const;
4181 getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info); in getFunctionNoProtoType()4197 ASTContext::getCanonicalFunctionResultType(QualType ResultType) const { in getCanonicalFunctionResultType() function in ASTContext4353 CanQualType CanResultTy = getCanonicalFunctionResultType(ResultTy); in getFunctionTypeInternal()