Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1653 QualType getTypedefType(const TypedefNameDecl *Decl,
1885 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
H A DTypeProperties.td424 return ctx.getTypedefType(cast<TypedefNameDecl>(declaration), underlyingType);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1525 if (!declaresSameEntity(PNA->getTypedefType()->getAsCXXRecordDecl(), in printRecordBefore()
1529 QualType T = PNA->getTypedefType(); in printRecordBefore()
H A DASTContext.cpp5036 return getTypedefType(Typedef); in getTypeDeclTypeSlow()
5058 QualType ASTContext::getTypedefType(const TypedefNameDecl *Decl, in getTypedefType() function in ASTContext
7819 return getTypedefType(getCFConstantStringDecl()); in getCFConstantStringType()
9327 Context->getTypedefType(VaListTagTypedefDecl); in CreatePowerABIBuiltinVaListDecl()
9535 QualType VaListTagTypedefType = Context->getTypedefType(VaListTagTypedefDecl); in CreateHexagonBuiltinVaListDecl()
13660 return Ctx.getTypedefType(CD, Ctx.getQualifiedType(Underlying)); in getCommonSugarTypeNode()
H A DASTImporter.cpp1411 return Importer.getToContext().getTypedefType(ToDecl, *ToUnderlyingTypeOrErr); in VisitTypedefType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp184 QualType TDTy = Context.getTypedefType(Decl); in TransformTypedefType()
H A DSemaExprMember.cpp500 return S.Context.getTypedefType(*I); in CheckExtVectorComponent()
H A DSemaTemplateInstantiateDecl.cpp654 QualType T = PNA->getTypedefType(); in isRelevantAttr()
660 if (S.Context.hasSameType(ExistingPNA->getTypedefType(), in isRelevantAttr()
661 PNA->getTypedefType())) in isRelevantAttr()
H A DSemaLookup.cpp729 return S.Context.getTypedefType(Decl); in getOpenCLTypedefType()
H A DSemaChecking.cpp7401 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4673 return GetType(clang_ast.getTypedefType(decl)); in CreateTypedef()
7172 return GetType(getASTContext().getTypedefType(typedef_decl)); in GetDirectNestedTypeWithName()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2835 return getOrCreateType(PNA->getTypedefType(), Unit); in GetPreferredNameType()
H A DCodeGenModule.cpp7146 getContext().getTypedefType(cast<TypedefNameDecl>(D))); in EmitTopLevelDecl()