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

12

/external/clang/lib/Sema/
H A DSemaLambda.cpp235 return Ctx.hasSameType(DeducedType, Ctx.VoidTy);
263 if (Ctx.hasSameType(DeducedType, StrictType)) {
267 if (!Ctx.hasSameType(AlternateType, LooseType))
272 if (Ctx.hasSameType(DeducedType, LooseType)) {
279 if (Ctx.hasSameType(AlternateType, StrictType) ||
280 Ctx.hasSameType(AlternateType, LooseType)) {
H A DSemaCXXScopeSpec.cpp119 if (Context.hasSameType(Injected, ContextType))
565 !Context.hasSameType(
H A DSemaExprCXX.cpp355 if (!Context.hasSameType(T, UnqualT)) {
1642 if (Context.hasSameType(Fn->getType(), ExpectedFunctionType))
2223 if (!Context.hasSameType(Arg->getType(), Context.VoidPtrTy))
2529 if (Context.hasSameType(FromType, Context.OverloadTy)) {
2847 if (Context.hasSameType(ToAtomic->getValueType(), From->getType()))
3504 return Self.Context.hasSameType(LhsT, RhsT);
4193 if (!Context.hasSameType(LTy, RTy) &&
4231 if (!Context.hasSameType(LTy, RTy) &&
4256 bool Same = Context.hasSameType(LTy, RTy);
4549 if (!Context.hasSameType(Composite
[all...]
H A DSemaDeclCXX.cpp559 assert(Context.hasSameType(New->getType(), Old->getType()) &&
4118 if (!Context.hasSameType(ReturnType, ExpectedReturnType)) {
5916 return Context.hasSameType(TD1->getUnderlyingType(),
6617 !Context.hasSameType(OldTD->getUnderlyingType(),
9482 Context.hasSameType(PmDecl->getType(), Context.CharTy))
9494 if (Context.hasSameType(T, Context.UnsignedLongLongTy) ||
9495 Context.hasSameType(T, Context.LongDoubleTy) ||
9496 Context.hasSameType(T, Context.CharTy) ||
9497 Context.hasSameType(T, Context.WCharTy) ||
9498 Context.hasSameType(
[all...]
H A DSemaOverload.cpp1412 assert(S.Context.hasSameType(
2338 if (Context.hasSameType(FromPointeeType, ToPointeeType))
2353 if (Context.hasSameType(FromFunctionType->getResultType(),
2363 if (Context.hasSameType(RHS,LHS)) {
2381 if (Context.hasSameType(FromArgType, ToArgType)) {
2451 if (Context.hasSameType(FromType, ToType)) {
2481 if (!Context.hasSameType(FromFunction->getResultType(),
2512 if (!Context.hasSameType(*O, *N)) {
2525 if (!Context.hasSameType(ToType, FromType)) {
3325 return Context.hasSameType(SCS
[all...]
H A DSemaObjCProperty.cpp335 if (!Context.hasSameType(PIDecl->getType(), PDecl->getType())) {
950 if (!Context.hasSameType(PropertyIvarType, IvarType)) {
1230 bool compat = Context.hasSameType(PropertyIvarType, GetterType);
H A DSemaStmt.cpp1078 if (!Context.hasSameType(SrcType, DstType) &&
1939 if (!Context.hasSameType(BeginType, EndType)) {
1972 if (!Context.hasSameType(BeginType, EndType))
H A DSemaStmtAsm.cpp236 if (Context.hasSameType(InTy, OutTy))
H A DSemaExpr.cpp4350 if (Context.hasSameType(ET, DestTy))
4379 if (Context.hasSameType(ET, DestTy))
4747 if (S.Context.hasSameType(LHSTy, RHSTy)) {
5025 (Context.hasSameType(RHSTy, Context.getObjCClassRedefinitionType()))) {
5030 (Context.hasSameType(LHSTy, Context.getObjCClassRedefinitionType()))) {
5036 (Context.hasSameType(RHSTy, Context.getObjCIdRedefinitionType()))) {
5041 (Context.hasSameType(LHSTy, Context.getObjCIdRedefinitionType()))) {
5047 (Context.hasSameType(RHSTy, Context.getObjCSelRedefinitionType()))) {
5052 (Context.hasSameType(LHSTy, Context.getObjCSelRedefinitionType()))) {
5293 && Context.hasSameType(commonExp
[all...]
H A DSemaDecl.cpp1564 !Context.hasSameType(OldType, NewType)) {
2410 } else if (Context.hasSameType(New->getType(), Old->getType())) {
3367 if (Context.hasSameType(DefParamTy, DeclParamTy))
3562 !Context.hasSameType(Name.getCXXNameType(),
6083 if (!T.isNull() && !Context.hasSameType(T, NewFD->getType())) {
8155 if (!Context.hasSameType(T, Context.getTagDeclType(tagFromDeclSpec)))
10387 else if (!Context.hasSameType(Val->getType(), Context.IntTy)) {
10982 !Context.hasSameType(NewTy, ECD->getInitExpr()->getType()))
H A DSemaTemplate.cpp4227 if (Context.hasSameType(ParamType, ArgType)) {
4559 Context.hasSameType(((Expr*) RefExpr.get())->getType(),
4721 if (!S.Context.hasSameType(OldNTTP->getType(), NewNTTP->getType())) {
5403 if (Context.hasSameType(CanonType,
6073 if (Context.hasSameType(Function->getType(), Method->getType())) {
H A DSemaDeclObjC.cpp210 if (!S.Context.hasSameType(method->getResultType(), S.Context.VoidTy)) {
1124 if (!Context.hasSameType(ImplIvar->getType(), ClsIvar->getType())) {
H A DSemaTemplateDeduction.cpp193 Context.hasSameType(X.getAsType(), Y.getAsType()))
3319 !Context.hasSameType(ArgFunctionType, Specialization->getType()))
H A DSemaChecking.cpp5700 C.hasSameType(ED1->getIntegerType(), ED2->getIntegerType());
5820 if (C.hasSameType(T1, T2))
6066 mismatch = !Context.hasSameType(ArgumentType, RequiredType);
H A DSemaInit.cpp3917 if (Context.hasSameType(QualType(Dest, 0), QualType(Source, 0)))
3921 if (!Context.hasSameType(Dest->getElementType(), Source->getElementType()))
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1755 (Context.hasSameType(FD->getType(),
1757 ||Context.hasSameType(FD->getType(),
1765 (Context.hasSameType(LastFD->getType(),
1767 || Context.hasSameType(LastFD->getType(),
1919 (Context.hasSameType(D->getType(),
1921 || Context.hasSameType(D->getType(), Context.LongLongTy)))
H A DASTDiagnostic.cpp778 if (Context.hasSameType(FromType, ToType)) {
H A DDeclTemplate.cpp404 if (Context.hasSameType(P->getInjectedSpecializationType(), T))
H A DASTContext.cpp5780 hasSameType(First->getElementType(), Second->getElementType()) &&
6225 return hasSameType(LHS, RHS);
6535 if (!TINT.isNull() && hasSameType(TINT, RHSCan.getUnqualifiedType()))
6540 if (!TINT.isNull() && hasSameType(TINT, LHSCan.getUnqualifiedType()))
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp350 if (!ctx.hasSameType(field->getType(), elementPtr)) {
365 if (ctx.hasSameType(field->getType(), elementPtr)) {
369 } else if(ctx.hasSameType(field->getType(), ctx.getSizeType())) {
H A DCodeGenModule.cpp1496 if (!ctx.hasSameType(field->getType(), elementPtr)) {
1506 if (ctx.hasSameType(field->getType(), elementPtr)) {
1509 } else if(!ctx.hasSameType(field->getType(), ctx.getSizeType())) {
H A DCGCall.cpp1770 assert(getContext().hasSameType(E->getType(), type));
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp676 if (Ctx.hasSameType(ArgTy, CallTy)) {
/external/clang/include/clang/AST/
H A DASTContext.h1573 bool hasSameType(QualType T1, QualType T2) const { function in class:clang::ASTContext
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1714 return X->getASTContext().hasSameType(TypedefX->getUnderlyingType(),
1741 FuncX->getASTContext().hasSameType(FuncX->getType(), FuncY->getType());
1748 VarX->getASTContext().hasSameType(VarX->getType(), VarY->getType());

Completed in 794 milliseconds

12