Home
last modified time | relevance | path

Searched refs:getCanonicalFunctionResultType (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp720 if (Context.getCanonicalFunctionResultType(ReturnType) == in deduceClosureReturnType()
721 Context.getCanonicalFunctionResultType(CSI.ReturnType)) { in deduceClosureReturnType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1296 CanQualType getCanonicalFunctionResultType(QualType ResultType) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4304 getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info); in getFunctionNoProtoType()
4320 ASTContext::getCanonicalFunctionResultType(QualType ResultType) const { in getCanonicalFunctionResultType() function in ASTContext
4476 CanQualType CanResultTy = getCanonicalFunctionResultType(ResultTy); in getFunctionTypeInternal()