Searched refs:getCanonicalType (Results 1 - 25 of 91) sorted by relevance

1234

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCastToStructChecker.cpp38 QualType OrigTy = Ctx.getCanonicalType(E->getType());
39 QualType ToTy = Ctx.getCanonicalType(CE->getType());
H A DCastSizeChecker.cpp94 QualType ToTy = Ctx.getCanonicalType(CE->getType());
H A DMallocSizeofChecker.cpp145 A = A.getCanonicalType();
146 B = B.getCanonicalType();
/external/clang/lib/AST/
H A DInheritViz.cpp64 QualType CanonType = Context.getCanonicalType(Type);
97 QualType CanonBaseType = Context.getCanonicalType(Base.getType());
127 QualType CanonType = Context.getCanonicalType(Type);
H A DItaniumCXXABI.cpp69 Key = Context.getCanonicalType(Key);
H A DASTContext.cpp567 ID.AddPointer(NTTP->getType().getCanonicalType().getAsOpaquePtr());
573 ID.AddPointer(T.getCanonicalType().getAsOpaquePtr());
615 QualType T = getCanonicalType(NTTP->getType());
622 ExpandedTypes.push_back(getCanonicalType(NTTP->getExpansionType(I)));
2057 QualType CanT = getCanonicalType(T);
2077 QualType CanT = getCanonicalType(T);
2209 Canonical = getComplexType(getCanonicalType(T));
2237 Canonical = getPointerType(getCanonicalType(T));
2257 QualType Canonical = getCanonicalType(New);
2297 QualType Canonical = getCanonicalType(Decaye
[all...]
H A DDeclCXX.cpp212 if (SeenVBaseTypes.insert(C.getCanonicalType(VBase.getType())).second) {
228 if (SeenVBaseTypes.insert(C.getCanonicalType(BaseType)).second)
1053 return Context.getCanonicalType(T);
1308 Context.getCanonicalType(ClassType));
1521 = Context.getCanonicalType(Context.getTypeDeclType(getParent()));
1542 = Context.getCanonicalType(Context.getTypeDeclType(getParent()));
1803 = Context.getCanonicalType(ParamRefType->getPointeeType());
1805 = Context.getCanonicalType(Context.getTagDeclType(getParent()));
1843 CanQualType ParamType = Context.getCanonicalType(Param->getType());
1847 = Context.getCanonicalType(Contex
[all...]
H A DASTDiagnostic.cpp169 QualType CanTy = Ty.getCanonicalType();
180 QualType CompareCanTy = CompareTy.getCanonicalType();
223 DesugaredTy = Ty.getCanonicalType();
871 Ty.getLocalUnqualifiedType().getCanonicalType());
1520 FromType.getCanonicalType().getAsString(Policy);
1521 std::string ToCanTypeStr = ToType.getCanonicalType().getAsString(Policy);
/external/clang/lib/Sema/
H A DSemaFixItUtils.cpp36 From = S.Context.getCanonicalType(
38 To = S.Context.getCanonicalType(
58 const CanQualType FromQTy = S.Context.getCanonicalType(FromTy);
59 const CanQualType ToQTy = S.Context.getCanonicalType(ToTy);
98 S.Context.getCanonicalType(FromPtrTy->getPointeeType()), ToQTy,
H A DSemaOverload.cpp964 QualType OldQType = Context.getCanonicalType(Old->getType());
965 QualType NewQType = Context.getCanonicalType(New->getType());
1124 = S.Context.getCanonicalType(From->getType().getUnqualifiedType());
1126 = S.Context.getCanonicalType(ToType).getUnqualifiedType();
1305 CanQualType CanTo = Context.getCanonicalType(ToType);
1306 CanQualType CanFrom = Context.getCanonicalType(FromType);
1483 S.Context.getCanonicalType(FromType) != S.Context.OverloadTy) {
1648 CanonFrom = S.Context.getCanonicalType(FromType);
1649 CanonTo = S.Context.getCanonicalType(ToType);
1658 CanonFrom = S.Context.getCanonicalType(FromTyp
[all...]
H A DSemaCast.cpp508 QualType UnwrappedSrcType = Self.Context.getCanonicalType(SrcType),
509 UnwrappedDestType = Self.Context.getCanonicalType(DestType);
582 QualType DestType = Self.Context.getCanonicalType(this->DestType);
622 QualType SrcType = Self.Context.getCanonicalType(OrigSrcType);
1003 QualType SrcType = Self.Context.getCanonicalType(SrcExpr.get()->getType());
1205 Self.Context.getCanonicalType(SrcExpr->getType()),
1206 Self.Context.getCanonicalType(DestPointee), CStyle,
1237 Self.Context.getCanonicalType(SrcPointer->getPointeeType()),
1238 Self.Context.getCanonicalType(DestPointer->getPointeeType()),
1406 if (Paths.isAmbiguous(Self.Context.getCanonicalType(DestClas
[all...]
H A DSemaObjCProperty.cpp410 QualType PrimaryClassPropertyT = Context.getCanonicalType(PIDecl->getType());
411 QualType ClassExtPropertyT = Context.getCanonicalType(PDecl->getType());
440 Context.getCanonicalType(PIDecl->getType()).getUnqualifiedType();
770 QualType RHSType = S.Context.getCanonicalType(Property->getType());
775 QualType LHSType = S.Context.getCanonicalType(Prop->getType());
1064 QualType IvarType = Context.getCanonicalType(Ivar->getType());
1091 QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType();
1092 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType();
1361 Context.getCanonicalType(SuperProperty->getType());
1363 Context.getCanonicalType(Propert
[all...]
H A DSemaExceptionSpec.cpp534 OldTypes.insert(Context.getCanonicalType(I).getUnqualifiedType());
537 CanQualType TypePtr = Context.getCanonicalType(I).getUnqualifiedType();
647 QualType CanonicalSubT = Context.getCanonicalType(SubI);
667 QualType CanonicalSuperT = Context.getCanonicalType(SuperI);
694 if (Paths.isAmbiguous(Context.getCanonicalType(CanonicalSuperT)))
H A DSemaTemplateDeduction.cpp911 return Arg == Context.getCanonicalType(AdjustedParam);
952 QualType Param = S.Context.getCanonicalType(ParamIn);
953 QualType Arg = S.Context.getCanonicalType(ArgIn);
1131 DeducedType = S.Context.getCanonicalType(DeducedType);
1160 CanQualType CanParam = S.Context.getCanonicalType(Param);
1161 CanQualType CanArg = S.Context.getCanonicalType(Arg);
1925 return Context.getCanonicalType(X.getAsType()) ==
1926 Context.getCanonicalType(Y.getAsType());
3577 Context.getCanonicalType(Specialization->getType()),
3578 Context.getCanonicalType(ArgFunctionTyp
[all...]
H A DSemaAccess.cpp367 = S.Context.getCanonicalType(Friend->getType())
370 = S.Context.getCanonicalType(Context->getType())
409 = S.Context.getCanonicalType(S.Context.getTypeDeclType(Friend));
414 = S.Context.getCanonicalType(S.Context.getTypeDeclType(*I));
/external/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp98 const Type *Ty = Context.getCanonicalType(QTy).getTypePtr();
214 const Type *Ty = Context.getCanonicalType(QTy).getTypePtr();
243 const Type *Ty = Context.getCanonicalType(QTy).getTypePtr();
296 const Type *BTy = Context.getCanonicalType(BaseQTy).getTypePtr();
H A DCodeGenTypes.cpp157 T = T.getCanonicalType();
298 T = Context.getCanonicalType(T);
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp86 QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy);
95 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType());
167 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType());
168 QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy);
H A DExprEngineC.cpp137 CTy = getContext().getCanonicalType(CTy);
141 CLHSTy = getContext().getCanonicalType(CLHSTy);
143 QualType LTy = getContext().getCanonicalType(LHS->getType());
190 CanQualType T = getContext().getCanonicalType(BE->getType());
592 QualType T = getContext().getCanonicalType(IE->getType());
H A DSValBuilder.cpp400 castTy = Context.getCanonicalType(castTy);
401 originalTy = Context.getCanonicalType(originalTy);
459 dyn_cast<ArrayType>(originalTy.getCanonicalType())) {
/external/clang/lib/Analysis/
H A DFormatString.cpp301 argTy = C.getCanonicalType(argTy).getUnqualifiedType();
361 C.getCanonicalType(PT->getPointeeType()).getUnqualifiedType();
371 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType();
372 PromoArg = C.getCanonicalType(PromoArg).getUnqualifiedType();
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h80 return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) ||
/external/clang/include/clang/AST/
H A DASTContext.h1785 CanQualType getCanonicalType(QualType T) const { function in class:clang::ASTContext
1786 return CanQualType::CreateUnsafe(T.getCanonicalType());
1789 const Type *getCanonicalType(const Type *T) const { function in class:clang::ASTContext
1802 return getCanonicalType(T1) == getCanonicalType(T2);
1806 return getCanonicalType(T1) == getCanonicalType(T2);
1827 return getCanonicalType(T1).getTypePtr() ==
1828 getCanonicalType(T2).getTypePtr();
/external/lldb/include/lldb/Symbol/
H A DClangASTType.h663 return clang::QualType::getFromOpaquePtr(m_type).getCanonicalType();
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp366 ActiveASTContext->getCanonicalType(TypeNode);
716 ActiveASTContext->getCanonicalType(TypeNode);

Completed in 3213 milliseconds

1234