Home
last modified time | relevance | path

Searched refs:getCommonSugaredType (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp13599 Rs[I] = Ctx.getCommonSugaredType(Xs[I], Ys[I], Unqualified); in getCommonTypes()
13620 Ctx.getCommonSugaredType(X.getAsType(), Y.getAsType())); in getCommonTemplateArgument()
13625 Ctx.getCommonSugaredType(X.getNullPtrType(), Y.getNullPtrType()), in getCommonTemplateArgument()
13767 const Type *T = Ctx.getCommonSugaredType(QualType(T1, 0), QualType(T2, 0), in getCommonNNS()
13832 return Ctx.getCommonSugaredType(X->getElementType(), Y->getElementType()); in getCommonElementType()
13840 QualType R = Ctx.getCommonSugaredType(EX, EY, in getCommonArrayElementType()
13854 return Ctx.getCommonSugaredType(X->getPointeeType(), Y->getPointeeType()); in getCommonPointeeType()
13885 U = Ctx.getCommonSugaredType(U, T); in mergeTypeLists()
14054 Ctx.getCommonSugaredType(AX->getValueType(), AY->getValueType())); in getCommonNonSugarTypeNode()
14110 Ctx.getCommonSugaredType(FX->getReturnType(), FY->getReturnType()), in getCommonNonSugarTypeNode()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5684 ResultType = Context.getCommonSugaredType(LHSType, RHSType); in CheckVectorConditionalTypes()
5699 ? Context.getCommonSugaredType(LHSType, RHSType) in CheckVectorConditionalTypes()
5902 return Context.getCommonSugaredType(LTy, RTy); in CXXCheckConditionalOperands()
6015 return Context.getCommonSugaredType(LTy, RTy); in CXXCheckConditionalOperands()
6061 return Context.getCommonSugaredType(LTy, RTy); in CXXCheckConditionalOperands()
6478 QualType Composite = Context.getCommonSugaredType(Composite1, Composite2); in FindCompositePointerType()
H A DSemaTemplateDeduction.cpp235 return DeducedTemplateArgument(Context.getCommonSugaredType(TX, TY), in checkDeducedTemplateArguments()
334 return TemplateArgument(Context.getCommonSugaredType( in checkDeducedTemplateArguments()
346 Context.getCommonSugaredType(X.getNullPtrType(), Y.getNullPtrType()), in checkDeducedTemplateArguments()
5319 DeducedType = Context.getCommonSugaredType(Result, DeducedType); in DeduceAutoType()
H A DSemaExpr.cpp1666 return Context.getCommonSugaredType(LHSType, RHSType); in UsualArithmeticConversions()
1685 return Context.getCommonSugaredType(LHSType, RHSType); in UsualArithmeticConversions()
8081 return S.Context.getCommonSugaredType(LHSTy, RHSTy); in checkConditionalPointerCompatibility()
8608 return Context.getCommonSugaredType(LHSTy.getUnqualifiedType(), in CheckConditionalOperands()
8618 ResTy = Context.getCommonSugaredType(LHSTy, RHSTy); in CheckConditionalOperands()
8681 return Context.getCommonSugaredType(LHSTy, RHSTy); in CheckConditionalOperands()
10307 return Context.getCommonSugaredType(LHSType, RHSType); in CheckVectorOperands()
13219 return Context.getCommonSugaredType(LHSType, RHSType); in CheckMatrixElementwiseOperands()
13264 return Context.getCommonSugaredType( in CheckMatrixMultiplyOperands()
13274 Context.getCommonSugaredType(LHSELTy, RHSELTy), in CheckMatrixMultiplyOperands()
H A DSemaHLSL.cpp1020 return Ctx.getCommonSugaredType(LHSType, RHSType); in handleVectorBinOpConversion()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3134 QualType getCommonSugaredType(QualType X, QualType Y,