Searched refs:getTypedefType (Results 1 – 11 of 11) sorted by relevance
1367 if (declaresSameEntity(PNA->getTypedefType()->getAsCXXRecordDecl(), in printRecordBefore()1370 QualType T = PNA->getTypedefType(); in printRecordBefore()
4513 return getTypedefType(Typedef); in getTypeDeclTypeSlow()4537 QualType ASTContext::getTypedefType(const TypedefNameDecl *Decl, in getTypedefType() function in ASTContext6623 return getTypedefType(getCFConstantStringDecl()); in getCFConstantStringType()8120 Context->getTypedefType(VaListTagTypedefDecl); in CreatePowerABIBuiltinVaListDecl()8329 QualType VaListTagTypedefType = Context->getTypedefType(VaListTagTypedefDecl); in CreateHexagonBuiltinVaListDecl()
1520 QualType getTypedefType(const TypedefNameDecl *Decl,1735 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
377 return ctx.getTypedefType(cast<TypedefNameDecl>(declaration),
422 return S.Context.getTypedefType(*I); in CheckExtVectorComponent()
589 QualType T = PNA->getTypedefType(); in isRelevantAttr()595 if (S.Context.hasSameType(ExistingPNA->getTypedefType(), in isRelevantAttr()596 PNA->getTypedefType())) in isRelevantAttr()
711 return S.Context.getTypedefType(Decl); in getOpenCLTypedefType()
2122 QualType TDTy = Context.getTypedefType(Decl); in TransformTypedefType()
9145 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
5947 getContext().getTypedefType(cast<TypedefNameDecl>(D))); in EmitTopLevelDecl()
4610 return GetType(clang_ast.getTypedefType(decl)); in CreateTypedef()