Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp762 if (Context.getCanonicalFunctionResultType(ReturnType) == in deduceClosureReturnType()
763 Context.getCanonicalFunctionResultType(CSI.ReturnType)) { in deduceClosureReturnType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1349 CanQualType getCanonicalFunctionResultType(QualType ResultType) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4715 getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info); in getFunctionNoProtoType()
4731 ASTContext::getCanonicalFunctionResultType(QualType ResultType) const { in getCanonicalFunctionResultType() function in ASTContext
4887 CanQualType CanResultTy = getCanonicalFunctionResultType(ResultTy); in getFunctionTypeInternal()