Searched refs:getCommonSugaredType (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ASTContext.cpp | 12305 Rs[I] = Ctx.getCommonSugaredType(Xs[I], Ys[I], Unqualified); in getCommonTypes() 12326 Ctx.getCommonSugaredType(X.getAsType(), Y.getAsType())); in getCommonTemplateArgument() 12331 Ctx.getCommonSugaredType(X.getNullPtrType(), Y.getNullPtrType()), in getCommonTemplateArgument() 12403 return Ctx.getCommonSugaredType(X->getElementType(), Y->getElementType()); in getCommonElementType() 12411 QualType R = Ctx.getCommonSugaredType(EX, EY, in getCommonArrayElementType() 12421 return Ctx.getCommonSugaredType(X->getPointeeType(), Y->getPointeeType()); in getCommonPointeeType() 12452 U = Ctx.getCommonSugaredType(U, T); in mergeTypeLists() 12611 Ctx.getCommonSugaredType(AX->getValueType(), AY->getValueType())); in getCommonNonSugarTypeNode() 12635 Ctx.getCommonSugaredType(QualType(PX->getClass(), 0), in getCommonNonSugarTypeNode() 12666 Ctx.getCommonSugaredType(FX->getReturnType(), FY->getReturnType()), in getCommonNonSugarTypeNode() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 243 return DeducedTemplateArgument(Context.getCommonSugaredType(TX, TY), in checkDeducedTemplateArguments() 332 return TemplateArgument(Context.getCommonSugaredType( in checkDeducedTemplateArguments() 344 Context.getCommonSugaredType(X.getNullPtrType(), Y.getNullPtrType()), in checkDeducedTemplateArguments() 4840 DeducedType = Context.getCommonSugaredType(Result, DeducedType); in DeduceAutoType()
|
| H A D | SemaExprCXX.cpp | 6313 ResultType = Context.getCommonSugaredType(LHSType, RHSType); in CheckVectorConditionalTypes() 6328 ? Context.getCommonSugaredType(LHSType, RHSType) in CheckVectorConditionalTypes() 6550 return Context.getCommonSugaredType(LTy, RTy); in CXXCheckConditionalOperands() 6656 return Context.getCommonSugaredType(LTy, RTy); in CXXCheckConditionalOperands() 6702 return Context.getCommonSugaredType(LTy, RTy); in CXXCheckConditionalOperands() 7116 QualType Composite = Context.getCommonSugaredType(Composite1, Composite2); in FindCompositePointerType()
|
| H A D | SemaExpr.cpp | 1554 return Context.getCommonSugaredType(LHSType, RHSType); in UsualArithmeticConversions() 1573 return Context.getCommonSugaredType(LHSType, RHSType); in UsualArithmeticConversions() 8431 return S.Context.getCommonSugaredType(LHSTy, RHSTy); in checkConditionalPointerCompatibility() 8935 return Context.getCommonSugaredType(LHSTy, RHSTy); in CheckConditionalOperands() 8945 return Context.getCommonSugaredType(LHSTy.getUnqualifiedType(), in CheckConditionalOperands() 8955 ResTy = Context.getCommonSugaredType(LHSTy, RHSTy); in CheckConditionalOperands() 9012 return Context.getCommonSugaredType(LHSTy, RHSTy); in CheckConditionalOperands() 10698 return Context.getCommonSugaredType(LHSType, RHSType); in CheckVectorOperands() 13436 return Context.getCommonSugaredType(LHSType, RHSType); in CheckMatrixElementwiseOperands() 13481 return Context.getCommonSugaredType( in CheckMatrixMultiplyOperands() [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2810 QualType getCommonSugaredType(QualType X, QualType Y,
|