Searched refs:getTypedefType (Results 1 – 12 of 12) sorted by relevance
1598 QualType getTypedefType(const TypedefNameDecl *Decl,1820 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
390 return ctx.getTypedefType(cast<TypedefNameDecl>(declaration),
1408 if (!declaresSameEntity(PNA->getTypedefType()->getAsCXXRecordDecl(), in printRecordBefore()1412 QualType T = PNA->getTypedefType(); in printRecordBefore()
4605 return getTypedefType(Typedef); in getTypeDeclTypeSlow()4627 QualType ASTContext::getTypedefType(const TypedefNameDecl *Decl, in getTypedefType() function in ASTContext7251 return getTypedefType(getCFConstantStringDecl()); in getCFConstantStringType()8752 Context->getTypedefType(VaListTagTypedefDecl); in CreatePowerABIBuiltinVaListDecl()8961 QualType VaListTagTypedefType = Context->getTypedefType(VaListTagTypedefDecl); in CreateHexagonBuiltinVaListDecl()
424 return S.Context.getTypedefType(*I); in CheckExtVectorComponent()
612 QualType T = PNA->getTypedefType(); in isRelevantAttr()618 if (S.Context.hasSameType(ExistingPNA->getTypedefType(), in isRelevantAttr()619 PNA->getTypedefType())) in isRelevantAttr()
712 return S.Context.getTypedefType(Decl); in getOpenCLTypedefType()
2127 QualType TDTy = Context.getTypedefType(Decl); in TransformTypedefType()
10137 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
6353 getContext().getTypedefType(cast<TypedefNameDecl>(D))); in EmitTopLevelDecl()
6420 QualType TT = Ctx.getTypedefType(FromTA); in TEST_P()
4642 return GetType(clang_ast.getTypedefType(decl)); in CreateTypedef()