Searched refs:getCanonicalFunctionResultType (Results 1 – 8 of 8) 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()
768 if (Context.getCanonicalFunctionResultType(ReturnType) == in deduceClosureReturnType()769 Context.getCanonicalFunctionResultType(CSI.ReturnType)) { in deduceClosureReturnType()
3602 CanQualType OldDeducedType = Context.getCanonicalFunctionResultType( in DeduceFunctionTypeFromReturnExpr()3604 CanQualType NewDeducedType = Context.getCanonicalFunctionResultType( in DeduceFunctionTypeFromReturnExpr()
1038 CanQualType getCanonicalFunctionResultType(QualType ResultType) const;
1158 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()
4111 getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info); in getFunctionNoProtoType()4127 ASTContext::getCanonicalFunctionResultType(QualType ResultType) const { in getCanonicalFunctionResultType() function in ASTContext4283 CanQualType CanResultTy = getCanonicalFunctionResultType(ResultTy); in getFunctionTypeInternal()