Searched refs:hasSameType (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTDiagnostic.cpp1073 if (Context.hasSameType(FromType, ToType))
1101 Context.hasSameType(FromType, ToType));
1150 Context.hasSameType(ArgType->getPointeeType(), VDType))
1180 Context.hasSameType(ArgType->getPointeeType(), VDType))
1244 Tree.SetSame(Context.hasSameType(FromIntType, ToIntType) &&
1715 !Context.hasSameType(FromIntType, ToIntType);
H A DDeclTemplate.cpp439 if (Context.hasSameType(P->getInjectedSpecializationType(), T))
H A DASTContext.cpp6716 hasSameType(First->getElementType(), Second->getElementType()) &&
7097 if (ctx.hasSameType(lhsArgs[i], rhsArgs[i]))
7103 !ctx.hasSameType(lhsArgs[i].stripObjCKindOfType(ctx),
7325 return hasSameType(LHS, RHS);
7551 if (Context.hasSameType(underlyingType, other))
8953 if (!hasSameType(MethodDecl->getReturnType(), MethodImpl->getReturnType()))
8967 if (!hasSameType(DeclVar->getType(), ImplVar->getType()))
H A DExprConstant.cpp3937 assert(Info.Ctx.hasSameType(BaseIt->getType(), BaseType) &&
4261 if (!Info.Ctx.hasSameType(CalleeType->getPointeeType(), FD->getType()))
5526 !Info.Ctx.hasSameType(Field->getType()->getPointeeType(),
5538 Info.Ctx.hasSameType(Field->getType()->getPointeeType(),
5546 } else if (Info.Ctx.hasSameType(Field->getType(), Info.Ctx.getSizeType()))
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp112 if (Context.hasSameType(Injected, ContextType))
650 !Context.hasSameType(
H A DSemaOverload.cpp1538 assert(S.Context.hasSameType(
2487 if (Context.hasSameType(FromPointeeType, ToPointeeType))
2502 if (Context.hasSameType(FromFunctionType->getReturnType(),
2512 if (Context.hasSameType(RHS,LHS)) {
2530 if (Context.hasSameType(FromArgType, ToArgType)) {
2586 if (!Context.hasSameType(FromMember->getClass(), ToMember->getClass())) {
2612 if (Context.hasSameType(FromType, ToType)) {
2642 if (!Context.hasSameType(FromFunction->getReturnType(),
2671 if (!Context.hasSameType(O->getUnqualifiedType(),
3519 return Context.hasSameType(SCS
[all...]
H A DSemaTemplateDeduction.cpp167 Context.hasSameType(X.getAsType(), Y.getAsType()))
258 Context.hasSameType(X.getNullPtrType(), Y.getNullPtrType()))
1713 S.Context.hasSameType(Param.getNullPtrType(), Arg.getNullPtrType()))
1942 return Context.hasSameType(X.getNullPtrType(), Y.getNullPtrType());
3652 !Context.hasSameType(Specialization->getType(), ArgFunctionType))
3718 if (!S.Context.hasSameType(CallOpSpecialized->getReturnType(),
H A DSemaOpenMP.cpp3253 if (!SemaRef.Context.hasSameType(Upper->getType(), UBExpr->getType())) {
3260 if (!SemaRef.Context.hasSameType(Lower->getType(), LBExpr->getType())) {
3297 if (!SemaRef.Context.hasSameType(NewStep.get()->getType(),
3318 if (!SemaRef.Context.hasSameType(NewStep.get()->getType(),
3341 if (!SemaRef.Context.hasSameType(Diff.get()->getType(), Type)) {
3359 if (!SemaRef.Context.hasSameType(Diff.get()->getType(), NewType)) {
3381 if (!SemaRef.Context.hasSameType(NewLB.get()->getType(), LB->getType())) {
3386 if (!SemaRef.Context.hasSameType(NewUB.get()->getType(), UB->getType())) {
3398 if (!SemaRef.Context.hasSameType(CondExpr.get()->getType(),
3633 if (!SemaRef.Context.hasSameType(NewStar
[all...]
H A DSemaExprCXX.cpp442 if (!Context.hasSameType(T, UnqualT)) {
1878 if (Context.hasSameType(Fn->getType(), ExpectedFunctionType))
3101 if (Context.hasSameType(FromType, Context.OverloadTy)) {
3481 assert(Context.hasSameType(
4249 return Self.Context.hasSameType(LhsT, RhsT);
4892 if (!Context.hasSameType(LTy, RTy) &&
4929 if (!Context.hasSameType(LTy, RTy) &&
4954 bool Same = Context.hasSameType(LTy, RTy);
5254 if (!Context.hasSameType(Composite1, Composite2)) {
H A DSemaDeclCXX.cpp677 assert(Context.hasSameType(New->getType(), Old->getType()) &&
5278 if (!Context.hasSameType(ReturnType, ExpectedReturnType)) {
7724 return Context.hasSameType(TD1->getUnderlyingType(),
8001 !Ctx.hasSameType(QualType(Specifier->getAsType(), 0), FoundType))
8611 !Context.hasSameType(OldTD->getUnderlyingType(),
11804 Context.hasSameType(PmDecl->getType(), Context.CharTy))
11837 if (Context.hasSameType(T, Context.UnsignedLongLongTy) ||
11838 Context.hasSameType(T, Context.LongDoubleTy) ||
11839 Context.hasSameType(T, Context.CharTy) ||
11840 Context.hasSameType(
[all...]
H A DSemaObjCProperty.cpp523 if (!Context.hasSameType(PIDecl->getType(), PDecl->getType())) {
1159 if (!Context.hasSameType(PropertyIvarType, IvarType)) {
1482 bool compat = Context.hasSameType(PropertyIvarType, GetterType);
H A DSemaStmtAsm.cpp464 if (Context.hasSameType(InTy, OutTy))
H A DSemaExpr.cpp5609 if (Context.hasSameType(ET, DestTy))
5638 if (Context.hasSameType(ET, DestTy))
6088 if (S.Context.hasSameType(LHSTy, RHSTy)) {
6548 (Context.hasSameType(RHSTy, Context.getObjCClassRedefinitionType()))) {
6553 (Context.hasSameType(LHSTy, Context.getObjCClassRedefinitionType()))) {
6559 (Context.hasSameType(RHSTy, Context.getObjCIdRedefinitionType()))) {
6564 (Context.hasSameType(LHSTy, Context.getObjCIdRedefinitionType()))) {
6570 (Context.hasSameType(RHSTy, Context.getObjCSelRedefinitionType()))) {
6575 (Context.hasSameType(LHSTy, Context.getObjCSelRedefinitionType()))) {
6833 && Context.hasSameType(commonExp
[all...]
H A DSemaDecl.cpp1824 if (S.Context.hasSameType(OldTD->getUnderlyingType(),
1864 !Context.hasSameType(OldType, NewType)) {
2862 if (!Context.hasSameType(OldDeclaredReturnType, NewDeclaredReturnType) &&
3265 } else if (Context.hasSameType(New->getType(), Old->getType())) {
3278 if (Context.hasSameType(OldArray->getElementType(),
3285 if (Context.hasSameType(OldArray->getElementType(),
3656 if (!Context.hasSameType(NewTD->getUnderlyingType(),
4561 if (Context.hasSameType(DefParamTy, DeclParamTy))
4760 !Context.hasSameType(Name.getCXXNameType(),
8561 if (!T.isNull() && !Context.hasSameType(
[all...]
H A DSemaTemplate.cpp5096 if (Context.hasSameType(ParamType, ArgType)) {
5439 Context.hasSameType(((Expr*) RefExpr.get())->getType(),
5607 if (!S.Context.hasSameType(OldNTTP->getType(), NewNTTP->getType())) {
6322 if (Context.hasSameType(CanonType,
7018 if (Context.hasSameType(Adjusted, Method->getType())) {
7801 if (PrevTemplate && Prev && !Context.hasSameType(Prev->getType(), R)) {
H A DSemaDeclObjC.cpp210 if (!Context.hasSameType(method->getReturnType(), Context.VoidTy)) {
839 if (S.Context.hasSameType(prevTypeParam->getUnderlyingType(),
2059 if (!Context.hasSameType(ImplIvar->getType(), ClsIvar->getType())) {
H A DSemaInit.cpp1070 assert(SemaRef.Context.hasSameType(expr->getType(), ElemType) &&
4707 if (Context.hasSameType(QualType(Dest, 0), QualType(Source, 0)))
4711 if (!Context.hasSameType(Dest->getElementType(), Source->getElementType()))
6498 bool IsTemporary = !S.Context.hasSameType(Entity.getType(), Ty);
H A DSemaLambda.cpp596 if (S.Context.hasSameType(retValue->getType(), returnType))
H A DSemaStmt.cpp2310 if (!Context.hasSameType(BeginType, EndType)) {
2344 if (!Context.hasSameType(BeginType, EndType))
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprAgg.cpp337 !Ctx.hasSameType(Field->getType()->getPointeeType(),
361 Ctx.hasSameType(Field->getType()->getPointeeType(),
368 } else if (Ctx.hasSameType(Field->getType(), Ctx.getSizeType())) {
H A DCGExprCXX.cpp1149 if (Ctx.hasSameType(FD->getType(), QualType(Type, 0)))
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1962 bool hasSameType(QualType T1, QualType T2) const { function in class:clang::ASTContext::DynTypedNodeList
1966 bool hasSameType(const Type *T1, const Type *T2) const { function in class:clang::ASTContext::DynTypedNodeList
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp2472 TX->getASTContext().hasSameType(TX->getType(), TY->getType());
2559 return X->getASTContext().hasSameType(TypedefX->getUnderlyingType(),
2592 FuncX->getASTContext().hasSameType(FuncX->getType(), FuncY->getType());
2599 VarX->getASTContext().hasSameType(VarX->getType(), VarY->getType());
2622 return X->getASTContext().hasSameType(FDX->getType(), FDY->getType());
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp829 if (Ctx.hasSameType(ArgTy, CallTy)) {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp624 !Ctx.hasSameType(ClassProperty->getType(), Property->getType()))

Completed in 464 milliseconds

12