Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp771 if (Context.getCanonicalFunctionResultType(ReturnType) == in deduceClosureReturnType()
772 Context.getCanonicalFunctionResultType(CSI.ReturnType)) { in deduceClosureReturnType()
H A DSemaStmt.cpp3818 CanQualType OldDeducedType = Context.getCanonicalFunctionResultType( in DeduceFunctionTypeFromReturnExpr()
3820 CanQualType NewDeducedType = Context.getCanonicalFunctionResultType( in DeduceFunctionTypeFromReturnExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1246 CanQualType getCanonicalFunctionResultType(QualType ResultType) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4196 getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info); in getFunctionNoProtoType()
4212 ASTContext::getCanonicalFunctionResultType(QualType ResultType) const { in getCanonicalFunctionResultType() function in ASTContext
4368 CanQualType CanResultTy = getCanonicalFunctionResultType(ResultTy); in getFunctionTypeInternal()