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

1234

/external/clang/lib/AST/
H A DMangleNumberingContext.cpp29 Key = Context.getCanonicalType(Key);
H A DInheritViz.cpp64 QualType CanonType = Context.getCanonicalType(Type);
97 QualType CanonBaseType = Context.getCanonicalType(Base.getType());
127 QualType CanonType = Context.getCanonicalType(Type);
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)));
2033 QualType CanT = getCanonicalType(T);
2053 QualType CanT = getCanonicalType(T);
2129 Canonical = getComplexType(getCanonicalType(T));
2157 Canonical = getPointerType(getCanonicalType(T));
2177 QualType Canonical = getCanonicalType(New);
2217 QualType Canonical = getCanonicalType(Decaye
[all...]
H A DDeclCXX.cpp212 if (SeenVBaseTypes.insert(C.getCanonicalType(VBase.getType()))) {
228 if (SeenVBaseTypes.insert(C.getCanonicalType(BaseType)))
1046 return Context.getCanonicalType(T);
1263 Context.getCanonicalType(ClassType));
1490 = Context.getCanonicalType(Context.getTypeDeclType(getParent()));
1511 = Context.getCanonicalType(Context.getTypeDeclType(getParent()));
1768 = Context.getCanonicalType(ParamRefType->getPointeeType());
1770 = Context.getCanonicalType(Context.getTagDeclType(getParent()));
1809 CanQualType ParamType = Context.getCanonicalType(Param->getType());
1813 = Context.getCanonicalType(Contex
[all...]
H A DASTDiagnostic.cpp169 QualType CanTy = Ty.getCanonicalType();
180 QualType CompareCanTy = CompareTy.getCanonicalType();
223 DesugaredTy = Ty.getCanonicalType();
855 Ty.getLocalUnqualifiedType().getCanonicalType());
1406 std::string FromCanTypeStr = FromType.getCanonicalType().getAsString();
1407 std::string ToCanTypeStr = ToType.getCanonicalType().getAsString();
/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.cpp141 A = A.getCanonicalType();
142 B = B.getCanonicalType();
/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.cpp991 QualType OldQType = Context.getCanonicalType(Old->getType());
992 QualType NewQType = Context.getCanonicalType(New->getType());
1151 = S.Context.getCanonicalType(From->getType().getUnqualifiedType());
1153 = S.Context.getCanonicalType(ToType).getUnqualifiedType();
1337 CanQualType CanTo = Context.getCanonicalType(ToType);
1338 CanQualType CanFrom = Context.getCanonicalType(FromType);
1514 S.Context.getCanonicalType(FromType) != S.Context.OverloadTy) {
1679 CanonFrom = S.Context.getCanonicalType(FromType);
1680 CanonTo = S.Context.getCanonicalType(ToType);
1689 CanonFrom = S.Context.getCanonicalType(FromTyp
[all...]
H A DSemaCast.cpp483 QualType UnwrappedSrcType = Self.Context.getCanonicalType(SrcType),
484 UnwrappedDestType = Self.Context.getCanonicalType(DestType);
545 QualType DestType = Self.Context.getCanonicalType(this->DestType);
585 QualType SrcType = Self.Context.getCanonicalType(OrigSrcType);
974 QualType SrcType = Self.Context.getCanonicalType(SrcExpr.get()->getType());
1168 Self.Context.getCanonicalType(SrcExpr->getType()),
1169 Self.Context.getCanonicalType(DestPointee), CStyle,
1200 Self.Context.getCanonicalType(SrcPointer->getPointeeType()),
1201 Self.Context.getCanonicalType(DestPointer->getPointeeType()),
1369 if (Paths.isAmbiguous(Self.Context.getCanonicalType(DestClas
[all...]
H A DSemaExceptionSpec.cpp513 OldTypes.insert(Context.getCanonicalType(I).getUnqualifiedType());
516 CanQualType TypePtr = Context.getCanonicalType(I).getUnqualifiedType();
626 QualType CanonicalSubT = Context.getCanonicalType(SubI);
646 QualType CanonicalSuperT = Context.getCanonicalType(SuperI);
673 if (Paths.isAmbiguous(Context.getCanonicalType(CanonicalSuperT)))
H A DSemaObjCProperty.cpp437 Context.getCanonicalType(PIDecl->getType()).getUnqualifiedType();
767 QualType RHSType = S.Context.getCanonicalType(Property->getType());
772 QualType LHSType = S.Context.getCanonicalType(Prop->getType());
1061 QualType IvarType = Context.getCanonicalType(Ivar->getType());
1088 QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType();
1089 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType();
1358 Context.getCanonicalType(SuperProperty->getType());
1360 Context.getCanonicalType(Property->getType());
1401 QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType();
1402 QualType rhsType =Context.getCanonicalType(GetterTyp
[all...]
H A DSemaTemplateDeduction.cpp943 return Arg == Context.getCanonicalType(AdjustedParam);
989 QualType Param = S.Context.getCanonicalType(ParamIn);
990 QualType Arg = S.Context.getCanonicalType(ArgIn);
1168 DeducedType = S.Context.getCanonicalType(DeducedType);
1197 CanQualType CanParam = S.Context.getCanonicalType(Param);
1198 CanQualType CanArg = S.Context.getCanonicalType(Arg);
1961 return Context.getCanonicalType(X.getAsType()) ==
1962 Context.getCanonicalType(Y.getAsType());
3619 Context.getCanonicalType(Specialization->getType()),
3620 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.cpp156 T = T.getCanonicalType();
292 T = Context.getCanonicalType(T);
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp97 QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy);
106 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType());
178 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType());
179 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.cpp298 argTy = C.getCanonicalType(argTy).getUnqualifiedType();
357 C.getCanonicalType(PT->getPointeeType()).getUnqualifiedType();
367 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType();
368 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.h1765 CanQualType getCanonicalType(QualType T) const { function in class:clang::ASTContext
1766 return CanQualType::CreateUnsafe(T.getCanonicalType());
1769 const Type *getCanonicalType(const Type *T) const { function in class:clang::ASTContext
1782 return getCanonicalType(T1) == getCanonicalType(T2);
1786 return getCanonicalType(T1) == getCanonicalType(T2);
1807 return getCanonicalType(T1).getTypePtr() ==
1808 getCanonicalType(T2).getTypePtr();
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp357 ActiveASTContext->getCanonicalType(TypeNode);
590 ActiveASTContext->getCanonicalType(TypeNode);
/external/lldb/include/lldb/Symbol/
H A DClangASTType.h663 return clang::QualType::getFromOpaquePtr(m_type).getCanonicalType();

Completed in 325 milliseconds

1234