Searched refs:getCommonSugaredType (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 12939 Rs[I] = Ctx.getCommonSugaredType(Xs[I], Ys[I], Unqualified); in getCommonTypes() 12960 Ctx.getCommonSugaredType(X.getAsType(), Y.getAsType())); in getCommonTemplateArgument() 12965 Ctx.getCommonSugaredType(X.getNullPtrType(), Y.getNullPtrType()), in getCommonTemplateArgument() 13037 return Ctx.getCommonSugaredType(X->getElementType(), Y->getElementType()); in getCommonElementType() 13045 QualType R = Ctx.getCommonSugaredType(EX, EY, in getCommonArrayElementType() 13055 return Ctx.getCommonSugaredType(X->getPointeeType(), Y->getPointeeType()); in getCommonPointeeType() 13086 U = Ctx.getCommonSugaredType(U, T); in mergeTypeLists() 13256 Ctx.getCommonSugaredType(AX->getValueType(), AY->getValueType())); in getCommonNonSugarTypeNode() 13280 Ctx.getCommonSugaredType(QualType(PX->getClass(), 0), in getCommonNonSugarTypeNode() 13311 Ctx.getCommonSugaredType(FX->getReturnType(), FY->getReturnType()), in getCommonNonSugarTypeNode() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 6678 ResultType = Context.getCommonSugaredType(LHSType, RHSType); in CheckVectorConditionalTypes() 6693 ? Context.getCommonSugaredType(LHSType, RHSType) in CheckVectorConditionalTypes() 6895 return Context.getCommonSugaredType(LTy, RTy); in CXXCheckConditionalOperands() 7008 return Context.getCommonSugaredType(LTy, RTy); in CXXCheckConditionalOperands() 7054 return Context.getCommonSugaredType(LTy, RTy); in CXXCheckConditionalOperands() 7457 QualType Composite = Context.getCommonSugaredType(Composite1, Composite2); in FindCompositePointerType()
|
H A D | SemaTemplateDeduction.cpp | 247 return DeducedTemplateArgument(Context.getCommonSugaredType(TX, TY), in checkDeducedTemplateArguments() 346 return TemplateArgument(Context.getCommonSugaredType( in checkDeducedTemplateArguments() 358 Context.getCommonSugaredType(X.getNullPtrType(), Y.getNullPtrType()), in checkDeducedTemplateArguments() 5205 DeducedType = Context.getCommonSugaredType(Result, DeducedType); in DeduceAutoType()
|
H A D | SemaExpr.cpp | 1565 return Context.getCommonSugaredType(LHSType, RHSType); in UsualArithmeticConversions() 1584 return Context.getCommonSugaredType(LHSType, RHSType); in UsualArithmeticConversions() 7922 return S.Context.getCommonSugaredType(LHSTy, RHSTy); in checkConditionalPointerCompatibility() 8437 return Context.getCommonSugaredType(LHSTy.getUnqualifiedType(), in CheckConditionalOperands() 8447 ResTy = Context.getCommonSugaredType(LHSTy, RHSTy); in CheckConditionalOperands() 8510 return Context.getCommonSugaredType(LHSTy, RHSTy); in CheckConditionalOperands() 10100 return Context.getCommonSugaredType(LHSType, RHSType); in CheckVectorOperands() 12853 return Context.getCommonSugaredType(LHSType, RHSType); in CheckMatrixElementwiseOperands() 12898 return Context.getCommonSugaredType( in CheckMatrixMultiplyOperands() 12908 Context.getCommonSugaredType(LHSELTy, RHSELTy), in CheckMatrixMultiplyOperands()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 2930 QualType getCommonSugaredType(QualType X, QualType Y,
|