Searched refs:hasSameUnqualifiedType (Results 1 - 25 of 30) sorted by relevance

12

/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp254 assert(svalBuilder.getContext().hasSameUnqualifiedType(castTy, T));
/external/clang/lib/AST/
H A DDeclCXX.cpp432 if (!Context.hasSameUnqualifiedType(ArgType, Class))
880 if (Context.hasSameUnqualifiedType(BI->getType(), T)) {
1386 !Context.hasSameUnqualifiedType(getParamDecl(1)->getType(),
1419 return Context.hasSameUnqualifiedType(ClassType, ParamType);
1439 return Context.hasSameUnqualifiedType(ClassType, ParamType);
H A DExpr.cpp2338 if (Ctx.hasSameUnqualifiedType(E->getType(), SE->getType())) {
2417 if (!C.hasSameUnqualifiedType(getType(), C.getTypeDeclType(TempTy)))
/external/clang/lib/Sema/
H A DSemaOverload.cpp1163 (S.Context.hasSameUnqualifiedType(FromType, ToType) ||
1177 if (!S.Context.hasSameUnqualifiedType(FromType, ToType))
1238 if (Context.hasSameUnqualifiedType(FromType, ToType))
1295 if (Context.hasSameUnqualifiedType(FromType, ToType))
1379 if (!S.Context.hasSameUnqualifiedType(
1484 if (S.Context.hasSameUnqualifiedType(FromType, ToType)) {
1692 return Context.hasSameUnqualifiedType(ToType,
1727 return Context.hasSameUnqualifiedType(ToType, PromoteTypes[Idx]);
1971 if (Context.hasSameUnqualifiedType(FromPointeeType, ToPointeeType))
2020 !Context.hasSameUnqualifiedType(FromPointeeTyp
[all...]
H A DSemaCast.cpp1217 if (!Self.Context.hasSameUnqualifiedType(SrcMemPtr->getPointeeType(),
1455 if (Context.hasSameUnqualifiedType(DestTy, SrcTy)) {
1983 if (DestRecordTy && Self.Context.hasSameUnqualifiedType(DestType, SrcType)){
1997 if (Self.Context.hasSameUnqualifiedType(Field->getType(), SrcType) &&
H A DSemaExprObjC.cpp437 if (Context.hasSameUnqualifiedType(PointeeType, Context.CharTy)) {
680 !Context.hasSameUnqualifiedType(PtrT->getPointeeType(), IdT)) {
807 !Context.hasSameUnqualifiedType(PtrValue->getPointeeType(), IdT)) {
821 !Context.hasSameUnqualifiedType(PtrKey->getPointeeType(),
837 err = !Context.hasSameUnqualifiedType(PtrKey->getPointeeType(),
1110 if (Context.hasSameUnqualifiedType(Method->getResultType()
1115 if (!Context.hasSameUnqualifiedType(Method->getResultType(),
H A DSemaExprCXX.cpp169 Context.hasSameUnqualifiedType(T, SearchType)) {
279 if (SearchType->isDependentType() || Context.hasSameUnqualifiedType(SearchType, T)) {
2747 if (Context.hasSameUnqualifiedType(ElType, From->getType())) {
2777 if (Context.hasSameUnqualifiedType(ElType, ToType)) {
3486 assert(Self.Context.hasSameUnqualifiedType(LhsT, RhsT)
3850 if (!Context.hasSameUnqualifiedType(Class, LHSType)) {
4232 Context.hasSameUnqualifiedType(LTy, RTy) &&
5073 if (!Context.hasSameUnqualifiedType(DestructedType, ObjectType)) {
5114 !Context.hasSameUnqualifiedType(ScopeType, ObjectType)) {
H A DSemaTemplate.cpp1559 if (Context.hasSameUnqualifiedType(T, QualType(CurType, 0)))
3548 } else if (Context.hasSameUnqualifiedType(Arg, Context.OverloadTy)) {
3633 if (S.Context.hasSameUnqualifiedType(Arg->getType(), ParamType) ||
3826 if (!S.Context.hasSameUnqualifiedType(Func->getType(),
3867 if (!S.Context.hasSameUnqualifiedType(Var->getType(),
3891 if (!S.Context.hasSameUnqualifiedType(ArgType, ParamType)) {
3943 if (!S.Context.hasSameUnqualifiedType(ArgType,
3992 } else if (!S.Context.hasSameUnqualifiedType(Arg->getType(),
4128 !Context.hasSameUnqualifiedType(ParamType, Arg->getType())) {
6780 if (Context.hasSameUnqualifiedType(Metho
[all...]
H A DSemaCodeComplete.cpp721 if (SemaRef.Context.hasSameUnqualifiedType(PreferredType, TC))
3842 else if (!Context.hasSameUnqualifiedType(
4194 Context.hasSameUnqualifiedType(Base->getType(),
4219 Context.hasSameUnqualifiedType(Base->getType(),
5099 if (!S.Context.hasSameUnqualifiedType((*CurP)->getType(),
5284 } else if (!Context.hasSameUnqualifiedType(PreferredType,
6090 !Context.hasSameUnqualifiedType(ReturnType, M->getResultType()))
6173 Context.hasSameUnqualifiedType(ReturnType.getNonReferenceType(),
H A DSemaStmt.cpp2137 if (!Context.hasSameUnqualifiedType(ReturnType, ExprType))
2225 !Context.hasSameUnqualifiedType(RRefType->getPointeeType(),
H A DSemaLookup.cpp2153 if (Context.hasSameUnqualifiedType(T1, ArgType))
2162 if (Context.hasSameUnqualifiedType(T2, ArgType))
2550 if (!Context.hasSameUnqualifiedType(ArgTys[ArgIdx], ParamTy)) {
H A DSemaExprMember.cpp1314 assert(Context.hasSameUnqualifiedType(BaseType, BaseExpr.get()->getType()));
H A DSemaDeclObjC.cpp1261 if (S.Context.hasSameUnqualifiedType(MethodImpl->getResultType(),
1333 if (S.Context.hasSameUnqualifiedType(ImplTy, IfaceTy))
H A DSemaExpr.cpp2078 if (Context.hasSameUnqualifiedType(FromRecordType, DestRecordType))
2130 if (Context.hasSameUnqualifiedType(FromRecordType, DestRecordType))
2149 if (!Context.hasSameUnqualifiedType(FromRecordType, URecordType)) {
4249 if (Context.hasSameUnqualifiedType(SrcTy, DestTy))
6193 << (unsigned)!S.Context.hasSameUnqualifiedType(LHS->getType(),
6476 if (!Context.hasSameUnqualifiedType(lpointee, rpointee)) {
6647 if (S.Context.hasSameUnqualifiedType(LHSStrippedType, RHSStrippedType))
7132 Context.hasSameUnqualifiedType(LHS.get()->getType(),
H A DSemaTemplateDeduction.cpp2420 if (Context.hasSameUnqualifiedType(A, DeducedA))
2498 if (Context.hasSameUnqualifiedType(A, DeducedA))
H A DSemaDecl.cpp395 if (Context.hasSameUnqualifiedType(QualType(Ty, 1), Base->getType()))
3375 if (Context.hasSameUnqualifiedType(DeclParamBaseTy, DefParamBaseTy) ||
6130 if (Context.hasSameUnqualifiedType(FT->getResultType(), Context.IntTy)) {
6181 if (Context.hasSameUnqualifiedType(AT, Expected[i]))
8200 !Context.hasSameUnqualifiedType(EnumUnderlyingTy,
H A DSemaObjCProperty.cpp1859 !Context.hasSameUnqualifiedType(
H A DSemaInit.cpp4135 (Context.hasSameUnqualifiedType(SourceType, DestType) ||
5062 if (S.Context.hasSameUnqualifiedType(SourceType, Class) ||
/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp612 assert(CGF.getContext().hasSameUnqualifiedType(OpInfo.Ty,
656 assert(CGF.getContext().hasSameUnqualifiedType(E->getLHS()->getType(),
H A DCGExprAgg.cpp601 assert(CGF.getContext().hasSameUnqualifiedType(E->getSubExpr()->getType(),
762 assert(CGF.getContext().hasSameUnqualifiedType(E->getLHS()->getType(),
H A DCGExprCXX.cpp469 assert(getContext().hasSameUnqualifiedType(E->getType(),
1192 assert(getContext().hasSameUnqualifiedType(argType.getNonReferenceType(),
H A DCGBuiltin.cpp84 assert(CGF.getContext().hasSameUnqualifiedType(T,
86 assert(CGF.getContext().hasSameUnqualifiedType(T, E->getArg(1)->getType()));
119 assert(CGF.getContext().hasSameUnqualifiedType(T,
121 assert(CGF.getContext().hasSameUnqualifiedType(T, E->getArg(1)->getType()));
H A DCGExprConstant.cpp867 assert(CGM.getContext().hasSameUnqualifiedType(Ty, Arg->getType()) &&
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp976 if (Ctx.hasSameUnqualifiedType(PointeeType, Ctx.CharTy)) {
/external/clang/include/clang/AST/
H A DASTContext.h1594 bool hasSameUnqualifiedType(QualType T1, QualType T2) const { function in class:clang::ASTContext

Completed in 966 milliseconds

12