Home
last modified time | relevance | path

Searched refs:getTypedefType (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1591 QualType getTypedefType(const TypedefNameDecl *Decl,
1818 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
H A DTypeProperties.td391 return ctx.getTypedefType(cast<TypedefNameDecl>(declaration), underlyingType);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1461 if (!declaresSameEntity(PNA->getTypedefType()->getAsCXXRecordDecl(), in printRecordBefore()
1465 QualType T = PNA->getTypedefType(); in printRecordBefore()
H A DASTContext.cpp4621 return getTypedefType(Typedef); in getTypeDeclTypeSlow()
4643 QualType ASTContext::getTypedefType(const TypedefNameDecl *Decl, in getTypedefType() function in ASTContext
7363 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()
H A DASTImporter.cpp1385 return Importer.getToContext().getTypedefType(ToDecl, *ToUnderlyingTypeOrErr); in VisitTypedefType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp456 return S.Context.getTypedefType(*I); in CheckExtVectorComponent()
H A DSemaTemplateInstantiateDecl.cpp626 QualType T = PNA->getTypedefType(); in isRelevantAttr()
632 if (S.Context.hasSameType(ExistingPNA->getTypedefType(), in isRelevantAttr()
633 PNA->getTypedefType())) in isRelevantAttr()
H A DSemaLookup.cpp727 return S.Context.getTypedefType(Decl); in getOpenCLTypedefType()
H A DSemaTemplate.cpp2269 QualType TDTy = Context.getTypedefType(Decl); in TransformTypedefType()
H A DSemaChecking.cpp12168 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2709 return getOrCreateType(PNA->getTypedefType(), Unit); in GetPreferredNameType()
H A DCodeGenModule.cpp7000 getContext().getTypedefType(cast<TypedefNameDecl>(D))); in EmitTopLevelDecl()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4616 return GetType(clang_ast.getTypedefType(decl)); in CreateTypedef()