Searched refs:hasSimilarType (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Interp.cpp | 1829 !ASTCtx.hasSimilarType(ASTCtx.getBaseElementType(AllocType), in CheckNewTypeMismatch()
|
| H A D | Interp.h | 2574 S.getASTContext().hasSimilarType(Ptr.getType(), in PtrPtrCast()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2887 bool hasSimilarType(QualType T1, QualType T2) const;
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ItaniumMangle.cpp | 6374 Ctx.hasSimilarType(Ctx.getDecayedType(D->getType()), in mangleTemplateArg() 6816 Ctx.hasSimilarType(T, Ctx.getDecayedType(BType)); in mangleValueInTemplateArg()
|
| H A D | ExprConstant.cpp | 9695 Info.Ctx.hasSimilarType(Result.Designator.getType(Info.Ctx), in VisitCastExpr() 10481 !Info.Ctx.hasSimilarType(Info.Ctx.getBaseElementType(SubobjType), in VisitCXXNewExpr()
|
| H A D | ASTContext.cpp | 7039 bool ASTContext::hasSimilarType(QualType T1, QualType T2) const { in hasSimilarType() function in ASTContext
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 887 if (!Context.hasSimilarType(A, B)) { in checkMustTailAttr()
|
| H A D | SemaTemplate.cpp | 7743 Context.hasSimilarType(ElemT, ParamType->getPointeeType())) { in BuildExpressionFromDeclTemplateArgument() 7784 if (Context.hasSimilarType(RefExpr.get()->getType(), DestExprType) || in BuildExpressionFromDeclTemplateArgument()
|
| H A D | SemaOverload.cpp | 4446 } else if (!Context.hasSimilarType(SCS1.getToType(1), SCS2.getToType(1))) in compareStandardConversionSubsets() 5121 return (ConvertedReferent || Context.hasSimilarType(T1, T2)) in CompareReferenceRelationship()
|