Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLambda.cpp769 if (Context.getCanonicalFunctionResultType(ReturnType) == in deduceClosureReturnType()
770 Context.getCanonicalFunctionResultType(CSI.ReturnType)) { in deduceClosureReturnType()
H A DSemaStmt.cpp3862 CanQualType OldDeducedType = Context.getCanonicalFunctionResultType( in DeduceFunctionTypeFromReturnExpr()
3864 CanQualType NewDeducedType = Context.getCanonicalFunctionResultType( in DeduceFunctionTypeFromReturnExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1309 CanQualType getCanonicalFunctionResultType(QualType ResultType) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp4289 getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info); in getFunctionNoProtoType()
4305 ASTContext::getCanonicalFunctionResultType(QualType ResultType) const { in getCanonicalFunctionResultType() function in ASTContext
4461 CanQualType CanResultTy = getCanonicalFunctionResultType(ResultTy); in getFunctionTypeInternal()