/external/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 235 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 D | SemaCXXScopeSpec.cpp | 119 if (Context.hasSameType(Injected, ContextType)) 565 !Context.hasSameType(
|
H A D | SemaExprCXX.cpp | 355 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 D | SemaDeclCXX.cpp | 559 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 D | SemaOverload.cpp | 1412 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 D | SemaObjCProperty.cpp | 335 if (!Context.hasSameType(PIDecl->getType(), PDecl->getType())) { 950 if (!Context.hasSameType(PropertyIvarType, IvarType)) { 1230 bool compat = Context.hasSameType(PropertyIvarType, GetterType);
|
H A D | SemaStmt.cpp | 1078 if (!Context.hasSameType(SrcType, DstType) && 1939 if (!Context.hasSameType(BeginType, EndType)) { 1972 if (!Context.hasSameType(BeginType, EndType))
|
H A D | SemaStmtAsm.cpp | 236 if (Context.hasSameType(InTy, OutTy))
|
H A D | SemaExpr.cpp | 4350 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 D | SemaDecl.cpp | 1564 !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 D | SemaTemplate.cpp | 4227 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 D | SemaDeclObjC.cpp | 210 if (!S.Context.hasSameType(method->getResultType(), S.Context.VoidTy)) { 1124 if (!Context.hasSameType(ImplIvar->getType(), ClsIvar->getType())) {
|
H A D | SemaTemplateDeduction.cpp | 193 Context.hasSameType(X.getAsType(), Y.getAsType())) 3319 !Context.hasSameType(ArgFunctionType, Specialization->getType()))
|
H A D | SemaChecking.cpp | 5700 C.hasSameType(ED1->getIntegerType(), ED2->getIntegerType()); 5820 if (C.hasSameType(T1, T2)) 6066 mismatch = !Context.hasSameType(ArgumentType, RequiredType);
|
H A D | SemaInit.cpp | 3917 if (Context.hasSameType(QualType(Dest, 0), QualType(Source, 0))) 3921 if (!Context.hasSameType(Dest->getElementType(), Source->getElementType()))
|
/external/clang/lib/AST/ |
H A D | RecordLayoutBuilder.cpp | 1755 (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 D | ASTDiagnostic.cpp | 778 if (Context.hasSameType(FromType, ToType)) {
|
H A D | DeclTemplate.cpp | 404 if (Context.hasSameType(P->getInjectedSpecializationType(), T))
|
H A D | ASTContext.cpp | 5780 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 D | CGExprAgg.cpp | 350 if (!ctx.hasSameType(field->getType(), elementPtr)) { 365 if (ctx.hasSameType(field->getType(), elementPtr)) { 369 } else if(ctx.hasSameType(field->getType(), ctx.getSizeType())) {
|
H A D | CodeGenModule.cpp | 1496 if (!ctx.hasSameType(field->getType(), elementPtr)) { 1506 if (ctx.hasSameType(field->getType(), elementPtr)) { 1509 } else if(!ctx.hasSameType(field->getType(), ctx.getSizeType())) {
|
H A D | CGCall.cpp | 1770 assert(getContext().hasSameType(E->getType(), type));
|
/external/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 676 if (Ctx.hasSameType(ArgTy, CallTy)) {
|
/external/clang/include/clang/AST/ |
H A D | ASTContext.h | 1573 bool hasSameType(QualType T1, QualType T2) const { function in class:clang::ASTContext
|
/external/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 1714 return X->getASTContext().hasSameType(TypedefX->getUnderlyingType(), 1741 FuncX->getASTContext().hasSameType(FuncX->getType(), FuncY->getType()); 1748 VarX->getASTContext().hasSameType(VarX->getType(), VarY->getType());
|