Searched refs:getTypedefType (Results 1 – 13 of 13) sorted by relevance
1591 QualType getTypedefType(const TypedefNameDecl *Decl,1818 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
391 return ctx.getTypedefType(cast<TypedefNameDecl>(declaration), underlyingType);
1461 if (!declaresSameEntity(PNA->getTypedefType()->getAsCXXRecordDecl(), in printRecordBefore()1465 QualType T = PNA->getTypedefType(); in printRecordBefore()
4621 return getTypedefType(Typedef); in getTypeDeclTypeSlow()4643 QualType ASTContext::getTypedefType(const TypedefNameDecl *Decl, in getTypedefType() function in ASTContext7363 return getTypedefType(getCFConstantStringDecl()); in getCFConstantStringType()8868 Context->getTypedefType(VaListTagTypedefDecl); in CreatePowerABIBuiltinVaListDecl()9076 QualType VaListTagTypedefType = Context->getTypedefType(VaListTagTypedefDecl); in CreateHexagonBuiltinVaListDecl()13146 return Ctx.getTypedefType(CD, Ctx.getQualifiedType(Underlying)); in getCommonSugarTypeNode()
1385 return Importer.getToContext().getTypedefType(ToDecl, *ToUnderlyingTypeOrErr); in VisitTypedefType()
456 return S.Context.getTypedefType(*I); in CheckExtVectorComponent()
626 QualType T = PNA->getTypedefType(); in isRelevantAttr()632 if (S.Context.hasSameType(ExistingPNA->getTypedefType(), in isRelevantAttr()633 PNA->getTypedefType())) in isRelevantAttr()
727 return S.Context.getTypedefType(Decl); in getOpenCLTypedefType()
2269 QualType TDTy = Context.getTypedefType(Decl); in TransformTypedefType()
12168 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
2709 return getOrCreateType(PNA->getTypedefType(), Unit); in GetPreferredNameType()
7000 getContext().getTypedefType(cast<TypedefNameDecl>(D))); in EmitTopLevelDecl()
4616 return GetType(clang_ast.getTypedefType(decl)); in CreateTypedef()