Searched refs:getCanonicalFunctionResultType (Results 1 – 3 of 3) sorted by relevance
777 if (Context.getCanonicalFunctionResultType(ReturnType) == in deduceClosureReturnType()778 Context.getCanonicalFunctionResultType(CSI.ReturnType)) { in deduceClosureReturnType()
1280 CanQualType getCanonicalFunctionResultType(QualType ResultType) const;
4327 getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info); in getFunctionNoProtoType()4343 ASTContext::getCanonicalFunctionResultType(QualType ResultType) const { in getCanonicalFunctionResultType() function in ASTContext4499 CanQualType CanResultTy = getCanonicalFunctionResultType(ResultTy); in getFunctionTypeInternal()