Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp723 if (Context.getCanonicalFunctionResultType(ReturnType) == in deduceClosureReturnType()
724 Context.getCanonicalFunctionResultType(CSI.ReturnType)) { in deduceClosureReturnType()
H A DSemaStmt.cpp3491 CanQualType OldDeducedType = Context.getCanonicalFunctionResultType( in DeduceFunctionTypeFromReturnExpr()
3493 CanQualType NewDeducedType = Context.getCanonicalFunctionResultType( in DeduceFunctionTypeFromReturnExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1195 CanQualType getCanonicalFunctionResultType(QualType ResultType) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp3585 getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info); in getFunctionNoProtoType()
3601 ASTContext::getCanonicalFunctionResultType(QualType ResultType) const { in getCanonicalFunctionResultType() function in ASTContext
3754 CanQualType CanResultTy = getCanonicalFunctionResultType(ResultTy); in getFunctionTypeInternal()