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

12

/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp332 !Ctx.hasSameType(Field->getType()->getPointeeType(),
357 Ctx.hasSameType(Field->getType()->getPointeeType(),
364 } else if (Ctx.hasSameType(Field->getType(), Ctx.getSizeType())) {
/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp285 if (Context.hasSameType(InTy, OutTy))
H A DSemaCXXScopeSpec.cpp112 if (Context.hasSameType(Injected, ContextType))
549 !Context.hasSameType(
H A DSemaLambda.cpp338 if (S.Context.hasSameType(retValue->getType(), returnType))
424 if (Context.hasSameType(ReturnType, CSI.ReturnType))
H A DSemaExprCXX.cpp401 if (!Context.hasSameType(T, UnqualT)) {
1701 if (Context.hasSameType(Fn->getType(), ExpectedFunctionType))
2284 if (!Context.hasSameType(Arg->getType(), Context.VoidPtrTy))
2597 if (Context.hasSameType(FromType, Context.OverloadTy)) {
2938 assert(Context.hasSameType(
3651 return Self.Context.hasSameType(LhsT, RhsT);
4340 if (!Context.hasSameType(LTy, RTy) &&
4378 if (!Context.hasSameType(LTy, RTy) &&
4403 bool Same = Context.hasSameType(LTy, RTy);
4696 if (!Context.hasSameType(Composite
[all...]
H A DSemaDeclCXX.cpp620 assert(Context.hasSameType(New->getType(), Old->getType()) &&
4515 if (!Context.hasSameType(ReturnType, ExpectedReturnType)) {
6835 return Context.hasSameType(TD1->getUnderlyingType(),
7591 !Context.hasSameType(OldTD->getUnderlyingType(),
10567 Context.hasSameType(PmDecl->getType(), Context.CharTy))
10579 if (Context.hasSameType(T, Context.UnsignedLongLongTy) ||
10580 Context.hasSameType(T, Context.LongDoubleTy) ||
10581 Context.hasSameType(T, Context.CharTy) ||
10582 Context.hasSameType(T, Context.WideCharTy) ||
10583 Context.hasSameType(
[all...]
H A DSemaOverload.cpp1472 assert(S.Context.hasSameType(
2416 if (Context.hasSameType(FromPointeeType, ToPointeeType))
2431 if (Context.hasSameType(FromFunctionType->getResultType(),
2441 if (Context.hasSameType(RHS,LHS)) {
2459 if (Context.hasSameType(FromArgType, ToArgType)) {
2529 if (Context.hasSameType(FromType, ToType)) {
2559 if (!Context.hasSameType(FromFunction->getResultType(),
2587 if (!Context.hasSameType(*O, *N)) {
3369 return Context.hasSameType(SCS1.getToType(2), SCS2.getToType(2))? Result
3476 !S.Context.hasSameType(SCS
[all...]
H A DSemaTemplateDeduction.cpp193 Context.hasSameType(X.getAsType(), Y.getAsType()))
285 Context.hasSameType(X.getNullPtrType(), Y.getNullPtrType()))
1684 S.Context.hasSameType(Param.getNullPtrType(), Arg.getNullPtrType()))
1951 return Context.hasSameType(X.getNullPtrType(), Y.getNullPtrType());
3597 !Context.hasSameType(Specialization->getType(), ArgFunctionType))
H A DSemaObjCProperty.cpp412 if (!Context.hasSameType(PIDecl->getType(), PDecl->getType())) {
1123 if (!Context.hasSameType(PropertyIvarType, IvarType)) {
1427 bool compat = Context.hasSameType(PropertyIvarType, GetterType);
H A DSemaStmt.cpp1126 if (!Context.hasSameType(SrcType, DstType) &&
2138 if (!Context.hasSameType(BeginType, EndType)) {
2172 if (!Context.hasSameType(BeginType, EndType))
2655 if (!Context.hasSameType(AT->getDeducedType(), NewAT->getDeducedType())) {
H A DSemaTemplate.cpp2299 if (!Context.hasSameType(DI->getType(), ExpectedDI->getType())) {
4682 if (Context.hasSameType(ParamType, ArgType)) {
5023 Context.hasSameType(((Expr*) RefExpr.get())->getType(),
5188 if (!S.Context.hasSameType(OldNTTP->getType(), NewNTTP->getType())) {
5864 if (Context.hasSameType(CanonType,
6550 if (Context.hasSameType(Function->getType(), Method->getType())) {
7292 if (PrevTemplate && Prev && !Context.hasSameType(Prev->getType(), R)) {
H A DSemaExpr.cpp4880 if (Context.hasSameType(ET, DestTy))
4909 if (Context.hasSameType(ET, DestTy))
5281 if (S.Context.hasSameType(LHSTy, RHSTy)) {
5557 (Context.hasSameType(RHSTy, Context.getObjCClassRedefinitionType()))) {
5562 (Context.hasSameType(LHSTy, Context.getObjCClassRedefinitionType()))) {
5568 (Context.hasSameType(RHSTy, Context.getObjCIdRedefinitionType()))) {
5573 (Context.hasSameType(LHSTy, Context.getObjCIdRedefinitionType()))) {
5579 (Context.hasSameType(RHSTy, Context.getObjCSelRedefinitionType()))) {
5584 (Context.hasSameType(LHSTy, Context.getObjCSelRedefinitionType()))) {
5833 && Context.hasSameType(commonExp
[all...]
H A DSemaDecl.cpp1659 !Context.hasSameType(OldType, NewType)) {
2472 if (!Context.hasSameType(OldDeclaredReturnType, NewDeclaredReturnType)) {
2842 } else if (Context.hasSameType(New->getType(), Old->getType())) {
2855 if (Context.hasSameType(OldArray->getElementType(),
2862 if (Context.hasSameType(OldArray->getElementType(),
3861 if (Context.hasSameType(DefParamTy, DeclParamTy))
4057 !Context.hasSameType(Name.getCXXNameType(),
7473 if (!T.isNull() && !Context.hasSameType(T, NewFD->getType())) {
7621 Context.hasSameType(QualType(qs.strip(PT->getPointeeType()), 0),
9844 if (!Context.hasSameType(
[all...]
H A DSemaDeclObjC.cpp210 if (!Context.hasSameType(method->getResultType(), Context.VoidTy)) {
1178 if (!Context.hasSameType(ImplIvar->getType(), ClsIvar->getType())) {
H A DSemaInit.cpp4259 if (Context.hasSameType(QualType(Dest, 0), QualType(Source, 0)))
4263 if (!Context.hasSameType(Dest->getElementType(), Source->getElementType()))
5870 bool IsTemporary = !S.Context.hasSameType(Entity.getType(), Ty);
H A DSemaCast.cpp1643 if (Self.Context.hasSameType(SrcType, DestType))
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp333 !Ctx.hasSameType(ClassProperty->getType(), Property->getType()))
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1937 TX->getASTContext().hasSameType(TX->getType(), TY->getType());
1977 return X->getASTContext().hasSameType(TypedefX->getUnderlyingType(),
2011 FuncX->getASTContext().hasSameType(FuncX->getType(), FuncY->getType());
2018 VarX->getASTContext().hasSameType(VarX->getType(), VarY->getType());
/external/clang/lib/AST/
H A DASTDiagnostic.cpp858 if (Context.hasSameType(FromType, ToType)) {
H A DDeclTemplate.cpp418 if (Context.hasSameType(P->getInjectedSpecializationType(), T))
H A DASTContext.cpp6407 hasSameType(First->getElementType(), Second->getElementType()) &&
6843 return hasSameType(LHS, RHS);
7074 if (Context.hasSameType(underlyingType, other))
8165 if (!hasSameType(MethodDecl->getResultType(),
8180 if (!hasSameType(DeclVar->getType(), ImplVar->getType()))
H A DExprConstant.cpp3568 assert(Info.Ctx.hasSameType(BaseIt->getType(), BaseType) &&
3884 if (!Info.Ctx.hasSameType(CalleeType->getPointeeType(), FD->getType()))
5036 !Info.Ctx.hasSameType(Field->getType()->getPointeeType(),
5048 Info.Ctx.hasSameType(Field->getType()->getPointeeType(),
5056 } else if (Info.Ctx.hasSameType(Field->getType(), Info.Ctx.getSizeType()))
H A DASTImporter.cpp941 if (Context.hasSameType(F->getType(), AnonTy))
5118 if (Pos != ImportedTypes.end() && ToContext.hasSameType(Import(From), To))
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp829 if (Ctx.hasSameType(ArgTy, CallTy)) {
/external/clang/include/clang/AST/
H A DASTContext.h1713 bool hasSameType(QualType T1, QualType T2) const { function in class:clang::ASTContext

Completed in 1655 milliseconds

12