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

1234

/external/clang/lib/CodeGen/
H A DCGClass.cpp239 getContext().getCanonicalType(getContext().getTagDeclType(Derived));
H A DCGObjCMac.cpp1876 assert(CGM.getContext().getCanonicalType(Method->getReturnType()) ==
1877 CGM.getContext().getCanonicalType(ResultType) &&
H A DCGObjC.cpp1417 getContext().getCanonicalType(selfDecl->getType()));
H A DCGObjCGNU.cpp936 ASTIdTy = CGM.getContext().getCanonicalType(UnqualIdTy);
H A DItaniumCXXABI.cpp2474 Ty = CGM.getContext().getCanonicalType(Ty);
/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp170 cast<TemplateSpecializationType>(Context.getCanonicalType(T));
H A DTreeTransform.h3145 NewCanTy = SemaRef.Context.getCanonicalType(NewTInfo->getType());
3153 NewCanTy = SemaRef.Context.getCanonicalType(NewT);
4845 Replacement = SemaRef.Context.getCanonicalType(Replacement);
10179 SemaRef.Context.getCanonicalType(DestroyedType->getType())));
H A DSemaType.cpp1419 assert(Context.getCanonicalType(T) != Context.OverloadTy &&
1817 T = Context.getCanonicalType(T);
H A DSemaStmt.cpp3210 const QualType CanonicalCaughtType = Context.getCanonicalType(CaughtType);
H A DSemaChecking.cpp4952 T = C.getCanonicalType(ET->getDecl()->getIntegerType()).getTypePtr();
5799 const Type *Target = S.Context.getCanonicalType(Ex->getType()).getTypePtr();
5801 S.Context.getCanonicalType(InnerE->getType()).getTypePtr();
5838 const Type *Source = S.Context.getCanonicalType(E->getType()).getTypePtr();
5839 const Type *Target = S.Context.getCanonicalType(T).getTypePtr();
5965 S.Context.getCanonicalType(InnerE->getType()).getTypePtr();
6061 Source = S.Context.getCanonicalType(SourceType).getTypePtr();
7899 T1 = T1.getCanonicalType().getUnqualifiedType();
7900 T2 = T2.getCanonicalType().getUnqualifiedType();
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1957 const ArrayType *AT =cast<ArrayType>(Ctx.getCanonicalType(R->getValueType()));
/external/clang/lib/AST/
H A DDecl.cpp2395 return (proto->getParamType(1).getCanonicalType() == Context.VoidPtrTy);
H A DExpr.cpp2006 if (Ctx.getCanonicalType(UO->getSubExpr()->getType())
H A DItaniumMangle.cpp1855 T = T.getCanonicalType();
H A DExprConstant.cpp2595 BaseType = Info.Ctx.getCanonicalType(BaseType);

Completed in 6908 milliseconds

1234