Searched refs:getTypedefType (Results 1 – 12 of 12) sorted by relevance
1572 QualType getTypedefType(const TypedefNameDecl *Decl,1795 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
387 return ctx.getTypedefType(cast<TypedefNameDecl>(declaration), underlyingType);
1396 if (!declaresSameEntity(PNA->getTypedefType()->getAsCXXRecordDecl(), in printRecordBefore()1400 QualType T = PNA->getTypedefType(); in printRecordBefore()
4643 return getTypedefType(Typedef); in getTypeDeclTypeSlow()4665 QualType ASTContext::getTypedefType(const TypedefNameDecl *Decl, in getTypedefType() function in ASTContext7356 return getTypedefType(getCFConstantStringDecl()); in getCFConstantStringType()8857 Context->getTypedefType(VaListTagTypedefDecl); in CreatePowerABIBuiltinVaListDecl()9066 QualType VaListTagTypedefType = Context->getTypedefType(VaListTagTypedefDecl); in CreateHexagonBuiltinVaListDecl()12994 return Ctx.getTypedefType(CD, Ctx.getQualifiedType(Underlying)); in getCommonSugarTypeNode()
1364 return Importer.getToContext().getTypedefType(*ToDeclOrErr, in VisitTypedefType()
424 return S.Context.getTypedefType(*I); in CheckExtVectorComponent()
616 QualType T = PNA->getTypedefType(); in isRelevantAttr()622 if (S.Context.hasSameType(ExistingPNA->getTypedefType(), in isRelevantAttr()623 PNA->getTypedefType())) in isRelevantAttr()
715 return S.Context.getTypedefType(Decl); in getOpenCLTypedefType()
2221 QualType TDTy = Context.getTypedefType(Decl); in TransformTypedefType()
10453 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
6557 getContext().getTypedefType(cast<TypedefNameDecl>(D))); in EmitTopLevelDecl()
4691 return GetType(clang_ast.getTypedefType(decl)); in CreateTypedef()