Home
last modified time | relevance | path

Searched refs:hasSimilarType (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.cpp1829 !ASTCtx.hasSimilarType(ASTCtx.getBaseElementType(AllocType), in CheckNewTypeMismatch()
H A DInterp.h2574 S.getASTContext().hasSimilarType(Ptr.getType(), in PtrPtrCast()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2887 bool hasSimilarType(QualType T1, QualType T2) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp6374 Ctx.hasSimilarType(Ctx.getDecayedType(D->getType()), in mangleTemplateArg()
6816 Ctx.hasSimilarType(T, Ctx.getDecayedType(BType)); in mangleValueInTemplateArg()
H A DExprConstant.cpp9695 Info.Ctx.hasSimilarType(Result.Designator.getType(Info.Ctx), in VisitCastExpr()
10481 !Info.Ctx.hasSimilarType(Info.Ctx.getBaseElementType(SubobjType), in VisitCXXNewExpr()
H A DASTContext.cpp7039 bool ASTContext::hasSimilarType(QualType T1, QualType T2) const { in hasSimilarType() function in ASTContext
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp887 if (!Context.hasSimilarType(A, B)) { in checkMustTailAttr()
H A DSemaTemplate.cpp7743 Context.hasSimilarType(ElemT, ParamType->getPointeeType())) { in BuildExpressionFromDeclTemplateArgument()
7784 if (Context.hasSimilarType(RefExpr.get()->getType(), DestExprType) || in BuildExpressionFromDeclTemplateArgument()
H A DSemaOverload.cpp4446 } else if (!Context.hasSimilarType(SCS1.getToType(1), SCS2.getToType(1))) in compareStandardConversionSubsets()
5121 return (ConvertedReferent || Context.hasSimilarType(T1, T2)) in CompareReferenceRelationship()