Searched refs:getCommonSugaredType (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 12447 Rs[I] = Ctx.getCommonSugaredType(Xs[I], Ys[I], Unqualified); in getCommonTypes() 12468 Ctx.getCommonSugaredType(X.getAsType(), Y.getAsType())); in getCommonTemplateArgument() 12553 QualType R = Ctx.getCommonSugaredType(EX, EY, in getCommonArrayElementType() 12594 U = Ctx.getCommonSugaredType(U, T); in mergeTypeLists() 12776 Ctx.getCommonSugaredType(QualType(PX->getClass(), 0), in getCommonNonSugarTypeNode() 12902 Ctx.getCommonSugaredType(IX->getInjectedSpecializationType(), in getCommonNonSugarTypeNode() 12948 Ctx.getCommonSugaredType(TX->getUnderlyingType(), in getCommonNonSugarTypeNode() 12957 Ctx.getCommonSugaredType(PX->getPattern(), PY->getPattern()), in getCommonNonSugarTypeNode() 13029 return Ctx.getAdjustedType(Ctx.getCommonSugaredType(OX, OY), in getCommonSugarTypeNode() 13038 return Ctx.getDecayedType(Ctx.getCommonSugaredType(OX, OY), in getCommonSugarTypeNode() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 6430 ResultType = Context.getCommonSugaredType(LHSType, RHSType); in CheckVectorConditionalTypes() 6445 ? Context.getCommonSugaredType(LHSType, RHSType) in CheckVectorConditionalTypes() 6667 return Context.getCommonSugaredType(LTy, RTy); in CXXCheckConditionalOperands() 6780 return Context.getCommonSugaredType(LTy, RTy); in CXXCheckConditionalOperands() 6826 return Context.getCommonSugaredType(LTy, RTy); in CXXCheckConditionalOperands() 7240 QualType Composite = Context.getCommonSugaredType(Composite1, Composite2); in FindCompositePointerType()
|
| H A D | SemaTemplateDeduction.cpp | 245 return DeducedTemplateArgument(Context.getCommonSugaredType(TX, TY), in checkDeducedTemplateArguments() 344 return TemplateArgument(Context.getCommonSugaredType( in checkDeducedTemplateArguments() 356 Context.getCommonSugaredType(X.getNullPtrType(), Y.getNullPtrType()), in checkDeducedTemplateArguments() 5076 DeducedType = Context.getCommonSugaredType(Result, DeducedType); in DeduceAutoType()
|
| H A D | SemaExpr.cpp | 1580 return Context.getCommonSugaredType(LHSType, RHSType); in UsualArithmeticConversions() 1599 return Context.getCommonSugaredType(LHSType, RHSType); in UsualArithmeticConversions() 8773 return S.Context.getCommonSugaredType(LHSTy, RHSTy); in checkConditionalPointerCompatibility() 9288 return Context.getCommonSugaredType(LHSTy.getUnqualifiedType(), in CheckConditionalOperands() 9298 ResTy = Context.getCommonSugaredType(LHSTy, RHSTy); in CheckConditionalOperands() 9361 return Context.getCommonSugaredType(LHSTy, RHSTy); in CheckConditionalOperands() 11098 return Context.getCommonSugaredType(LHSType, RHSType); in CheckVectorOperands() 13881 return Context.getCommonSugaredType(LHSType, RHSType); in CheckMatrixElementwiseOperands() 13926 return Context.getCommonSugaredType( in CheckMatrixMultiplyOperands() 13936 Context.getCommonSugaredType(LHSELTy, RHSELTy), in CheckMatrixMultiplyOperands()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2841 QualType getCommonSugaredType(QualType X, QualType Y,
|