Searched refs:getCanonicalFunctionResultType (Results 1 – 4 of 4) sorted by relevance
691 if (Context.getCanonicalFunctionResultType(ReturnType) == in deduceClosureReturnType()692 Context.getCanonicalFunctionResultType(CSI.ReturnType)) in deduceClosureReturnType()
3132 CanQualType OldDeducedType = Context.getCanonicalFunctionResultType( in DeduceFunctionTypeFromReturnExpr()3134 CanQualType NewDeducedType = Context.getCanonicalFunctionResultType( in DeduceFunctionTypeFromReturnExpr()
1038 CanQualType getCanonicalFunctionResultType(QualType ResultType) const;
3012 getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info); in getFunctionNoProtoType()3028 ASTContext::getCanonicalFunctionResultType(QualType ResultType) const { in getCanonicalFunctionResultType() function in ASTContext3080 CanQualType CanResultTy = getCanonicalFunctionResultType(ResultTy); in getFunctionType()