| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| ASTDiagnostic.cpp | 1117 if (Context.hasSameType(FromType, ToType)) 1145 Context.hasSameType(FromType, ToType)); 1194 Context.hasSameType(ArgType->getPointeeType(), VDType)) 1224 Context.hasSameType(ArgType->getPointeeType(), VDType)) 1288 Tree.SetSame(Context.hasSameType(FromIntType, ToIntType) && 1765 !Context.hasSameType(FromIntType, ToIntType);
|
| ASTContext.cpp | 3102 return hasSameType(T, U) || 3104 hasSameType(getFunctionTypeWithExceptionSpec(T, EST_None), 3126 return hasSameType(T, U) || 3127 hasSameType(getFunctionTypeWithoutPtrSizes(T), 5850 if (hasSameType(T1, T2)) 5868 if (hasSameType(T1, T2)) 8642 hasSameType(First->getElementType(), Second->getElementType()) && 8674 hasSameType(VT->getElementType(), 9125 if (ctx.hasSameType(lhsArgs[i], rhsArgs[i])) 9131 !ctx.hasSameType(lhsArgs[i].stripObjCKindOfType(ctx) [all...] |
| TypePrinter.cpp | 1868 if (Ctx.hasSameType(T, Pattern)) 1877 return Ctx.hasSameType(SubstArg, T);
|
| ASTStructuralEquivalence.cpp | 1920 if (Context.hasSameType(F->getType(), AnonTy)) 1936 if (Context.hasSameType(FieldType, AnonTy))
|
| DeclTemplate.cpp | 570 if (Context.hasSameType(P.getInjectedSpecializationType(), T))
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaCXXScopeSpec.cpp | 110 if (Context.hasSameType(Injected, ContextType)) 684 !Context.hasSameType(
|
| SemaExprCXX.cpp | 594 if (!Context.hasSameType(T, UnqualT)) { 2774 if (Context.hasSameType(adjustCCAndNoReturn(Fn->getType(), 4159 if (Context.hasSameType(FromType, Context.OverloadTy)) { 4577 assert(Context.hasSameType( 5383 return Self.Context.hasSameType(LhsT, RhsT); 6028 if (!Context.hasSameType(LHSType, RHSType)) { 6046 if (Context.hasSameType(LHSType, RHSType)) 6200 if (!Context.hasSameType(LTy, RTy) && 6244 if (!Context.hasSameType(LTy, RTy) && 6279 bool Same = Context.hasSameType(LTy, RTy) [all...] |
| SemaDeclCXX.cpp | 1329 else if (!S.Context.hasSameType(P.back().Base->getType(), 1551 assert(Context.hasSameType(New->getType(), Old->getType()) && 7368 if (!Context.hasSameType(ReturnType, ExpectedReturnType)) { 8328 if (E->isRValue() && S.Context.hasSameType(E->getType(), R)) 8394 !Context.hasSameType(Param->getType(), ExpectedParmType1) && 8395 !Context.hasSameType(Param->getType(), ExpectedParmType2)) { 8408 !Context.hasSameType(FD->getParamDecl(0)->getType(), 8452 !Context.hasSameType(FD->getDeclaredReturnType(), Context.BoolTy)) { 8463 !Context.hasSameType(FD->getDeclaredReturnType(), 11627 return Context.hasSameType(TD1->getUnderlyingType() [all...] |
| SemaOverload.cpp | 1205 !Context.hasSameType(Old->getDeclaredReturnType(), 1756 assert(S.Context.hasSameType( 2769 if (Context.hasSameType(FromPointeeType, ToPointeeType)) 2784 if (Context.hasSameType(FromFunctionType->getReturnType(), 2794 if (Context.hasSameType(RHS,LHS)) { 2812 if (Context.hasSameType(FromArgType, ToArgType)) { 2872 if (!Context.hasSameType(FromMember->getClass(), ToMember->getClass())) { 2898 if (Context.hasSameType(FromType, ToType)) { 2928 if (!Context.hasSameType(FromFunction->getReturnType(), 2971 if (!Context.hasSameType(Old, New)) [all...] |
| SemaStmtAsm.cpp | 611 if (Context.hasSameType(InTy, OutTy))
|
| SemaInit.cpp | 1363 assert(SemaRef.Context.hasSameType(expr->getType(), ElemType) && 4164 if (!S.Context.hasSameType(ConvType, DestType)) 4727 if (!S.Context.hasSameType(cv1T4, cv1T1)) 4982 if (!S.Context.hasSameType(cv1T4, cv1T1)) 5390 else if (!S.Context.hasSameType(ConvType, DestType)) 5517 if (Context.hasSameType(QualType(Dest, 0), QualType(Source, 0))) 5521 if (!Context.hasSameType(Dest->getElementType(), Source->getElementType())) 7012 if (Ctx.hasSameType(RetT, LHST)) 8257 S.Context.hasSameType( 8459 bool IsTemporary = !S.Context.hasSameType(Entity.getType(), Ty) [all...] |
| SemaTemplateDeduction.cpp | 243 if (YType.isNull() || !Context.hasSameType(XType, YType)) 255 Context.hasSameType(X.getAsType(), Y.getAsType())) 2358 S.Context.hasSameType(Param.getNullPtrType(), Arg.getNullPtrType())) 2585 return Context.hasSameType(X.getNullPtrType(), Y.getNullPtrType()); 4405 !Context.hasSameType(SpecializationType, ArgFunctionType))
|
| SemaDecl.cpp | 2177 if (S.Context.hasSameType(OldTD->getUnderlyingType(), 2216 !Context.hasSameType(OldType, NewType)) { 3502 if (!Context.hasSameType(OldDeclaredReturnType, NewDeclaredReturnType) && 3886 assert(!S.Context.hasSameType(New->getType(), Old->getType())); 3918 } else if (Context.hasSameType(New->getType(), Old->getType())) { 3941 if (!Context.hasSameType(New->getType(), PrevVDTy)) 3947 if (Context.hasSameType(OldArray->getElementType(), 3955 if (Context.hasSameType(OldArray->getElementType(), 4494 if (!Context.hasSameType(NewTD->getUnderlyingType(), 5688 !Context.hasSameType(Name.getCXXNameType() [all...] |
| SemaExpr.cpp | 7240 if (Context.hasSameType(ET, DestTy)) 7274 if (Context.hasSameType(ET, DestTy)) 7814 if (S.Context.hasSameType(LHSTy, RHSTy)) { 8391 (Context.hasSameType(RHSTy, Context.getObjCClassRedefinitionType()))) { 8396 (Context.hasSameType(LHSTy, Context.getObjCClassRedefinitionType()))) { 8402 (Context.hasSameType(RHSTy, Context.getObjCIdRedefinitionType()))) { 8407 (Context.hasSameType(LHSTy, Context.getObjCIdRedefinitionType()))) { 8413 (Context.hasSameType(RHSTy, Context.getObjCSelRedefinitionType()))) { 8418 (Context.hasSameType(LHSTy, Context.getObjCSelRedefinitionType()))) { 8761 && Context.hasSameType(commonExpr->getType(), RHSExpr->getType()))) [all...] |
| SemaCast.cpp | 2028 if (Self.Context.hasSameType(SrcType, DestType)) 2049 if (Self.Context.hasSameType(SrcType, DstType) || 2562 if (Self.Context.hasSameType(SrcPointeeTypeWithoutAS,
|
| SemaObjCProperty.cpp | 526 if (!Context.hasSameType(PIDecl->getType(), PDecl->getType())) { 1363 if (!Context.hasSameType(PropertyIvarType, IvarType)) { 1718 bool compat = Context.hasSameType(PropertyRValueType, GetterType);
|
| SemaTemplate.cpp | 6868 ? !Context.hasSameType(ParamType.getNonReferenceType(), 7153 if (Context.hasSameType(ParamType, ArgType)) { 7560 if (!Context.hasSameType(RefExpr.get()->getType(), DestExprType)) { 7705 if (!S.Context.hasSameType(OldNTTP->getType(), NewNTTP->getType())) { 8405 if (Context.hasSameType(CanonType, 9212 if (Context.hasSameType(Adjusted, Method->getType())) { 10128 if (PrevTemplate && Prev && !Context.hasSameType(Prev->getType(), R)) {
|
| SemaDeclObjC.cpp | 240 if (!Context.hasSameType(method->getReturnType(), Context.VoidTy)) { 915 if (S.Context.hasSameType(prevTypeParam->getUnderlyingType(), 2186 if (!Context.hasSameType(ImplIvar->getType(), ClsIvar->getType())) {
|
| SemaLambda.cpp | 674 if (S.Context.hasSameType(retValue->getType(), returnType))
|
| SemaOpenMP.cpp | 8199 if (!SemaRef.Context.hasSameType(Diff.get()->getType(), Type)) { 8217 if (!SemaRef.Context.hasSameType(Diff.get()->getType(), NewType)) { 8286 !SemaRef.Context.hasSameType( 8317 if (SemaRef.Context.hasSameType(Diff.get()->getType(), VarType)) 8736 if (!SemaRef.Context.hasSameType(NewStart.get()->getType(), 8812 if (!SemaRef.Context.hasSameType(Update.get()->getType(), 13963 if (!S.getASTContext().hasSameType(OMPAllocatorHandleT, AllocatorType)) { 14868 if (!SemaRef.Context.hasSameType(InteropType, VarType)) { 16130 SemaRef.Context.hasSameType(D->getType(), Ty)) 18868 SemaRef.Context.hasSameType(D->getType(), Type) [all...] |
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGExprAgg.cpp | 409 !Ctx.hasSameType(Field->getType()->getPointeeType(), 433 Ctx.hasSameType(Field->getType()->getPointeeType(), 440 } else if (Ctx.hasSameType(Field->getType(), Ctx.getSizeType())) { 1004 assert(CGF.getContext().hasSameType(E->getLHS()->getType(),
|
| /src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| ASTReaderDecl.cpp | 2934 TX->getASTContext().hasSameType(TX->getType(), TY->getType()); 3072 return X->getASTContext().hasSameType(TypedefX->getUnderlyingType(), 3150 if (!C.hasSameType(XT, YT)) { 3173 if (C.hasSameType(VarX->getType(), VarY->getType())) 3186 return C.hasSameType(VarXTy->getElementType(), VarYTy->getElementType()); 3212 return X->getASTContext().hasSameType(FDX->getType(), FDY->getType());
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| ASTContext.h | 2397 bool hasSameType(QualType T1, QualType T2) const { 2400 bool hasSameType(const Type *T1, const Type *T2) const {
|
| /src/external/apache2/llvm/dist/clang/lib/Edit/ |
| RewriteObjCFoundationAPI.cpp | 831 if (Ctx.hasSameType(ArgTy, CallTy)) {
|
| /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| ObjCMT.cpp | 627 !Ctx.hasSameType(ClassProperty->getType(), Property->getType()))
|