Home
last modified time | relevance | path

Searched refs:Typedef (Results 1 – 25 of 47) sorted by relevance

12

/NextBSD/contrib/llvm/tools/llvm-pdbdump/
HDTypeDumper.cpp45 while (auto Typedef = Typedefs->getNext()) in start() local
46 Typedef->dump(*this); in start()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp144 case clang::Type::Typedef: in GetCompleteQualType()
215 case clang::Type::Typedef: in IsAggregateType()
271 case clang::Type::Typedef: in IsArrayType()
434 case clang::Type::Typedef: in IsFunctionType()
539 case clang::Type::Typedef: in IsHomogeneousAggregate()
594 case clang::Type::Typedef: in IsFunctionPointerType()
671 case clang::Type::Typedef: in IsPointerType()
730 case clang::Type::Typedef: in IsPointerOrReferenceType()
768 case clang::Type::Typedef: in IsReferenceType()
950 case clang::Type::Typedef: in IsPossibleDynamicType()
[all …]
/NextBSD/contrib/llvm/include/llvm/DebugInfo/PDB/
HDPDBSymbolTypeTypedef.h25 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Typedef)
HDPDBTypes.h288 Typedef, enumerator
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDFormatString.cpp878 const TypedefNameDecl *Typedef = cast<TypedefType>(QT)->getDecl(); in namedTypeToLengthModifier() local
881 const IdentifierInfo *Identifier = Typedef->getIdentifier(); in namedTypeToLengthModifier()
900 QualType T = Typedef->getUnderlyingType(); in namedTypeToLengthModifier()
904 Typedef = cast<TypedefType>(T)->getDecl(); in namedTypeToLengthModifier()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp388 TypedefNameDecl *Typedef; in InstantiateTypedefNameDecl() local
390 Typedef = TypeAliasDecl::Create(SemaRef.Context, Owner, D->getLocStart(), in InstantiateTypedefNameDecl()
393 Typedef = TypedefDecl::Create(SemaRef.Context, Owner, D->getLocStart(), in InstantiateTypedefNameDecl()
396 Typedef->setInvalidDecl(); in InstantiateTypedefNameDecl()
405 newTag->setTypedefNameForAnonDecl(Typedef); in InstantiateTypedefNameDecl()
418 SemaRef.isIncompatibleTypedef(InstPrevTypedef, Typedef); in InstantiateTypedefNameDecl()
420 Typedef->setPreviousDecl(InstPrevTypedef); in InstantiateTypedefNameDecl()
423 SemaRef.InstantiateAttrs(TemplateArgs, D, Typedef); in InstantiateTypedefNameDecl()
425 Typedef->setAccess(D->getAccess()); in InstantiateTypedefNameDecl()
427 return Typedef; in InstantiateTypedefNameDecl()
[all …]
HDTreeTransform.h807 QualType RebuildTypedefType(TypedefNameDecl *Typedef) { in RebuildTypedefType() argument
808 return SemaRef.Context.getTypeDeclType(Typedef); in RebuildTypedefType()
4872 TypedefNameDecl *Typedef in TransformTypedefType() local
4875 if (!Typedef) in TransformTypedefType()
4880 Typedef != T->getDecl()) { in TransformTypedefType()
4881 Result = getDerived().RebuildTypedefType(Typedef); in TransformTypedefType()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDTypePrinter.cpp179 case Type::Typedef: in canPrefixQualifiers()
883 if (TypedefNameDecl *Typedef = Tag->getTypedefNameForAnonDecl()) in AppendScope() local
884 OS << Typedef->getIdentifier()->getName() << "::"; in AppendScope()
918 else if (TypedefNameDecl *Typedef = D->getTypedefNameForAnonDecl()) { in printTag() local
919 assert(Typedef->getIdentifier() && "Typedef without identifier?"); in printTag()
920 OS << Typedef->getIdentifier()->getName(); in printTag()
HDComment.cpp230 case Decl::Typedef: { in fill()
HDType.cpp55 else if (ty->getTypeClass() == Type::Typedef) in getBaseTypeIdentifier()
865 TRIVIAL_TYPE_CLASS(Typedef) in TRIVIAL_TYPE_CLASS()
2313 case Typedef: in isSpecifierType()
HDASTContext.cpp1740 case Type::Typedef: { in getTypeInfoImpl()
1741 const TypedefNameDecl *Typedef = cast<TypedefType>(T)->getDecl(); in getTypeInfoImpl() local
1742 TypeInfo Info = getTypeInfo(Typedef->getUnderlyingType().getTypePtr()); in getTypeInfoImpl()
1746 if (unsigned AttrAlign = Typedef->getMaxAlignment()) { in getTypeInfoImpl()
3081 if (const TypedefNameDecl *Typedef = dyn_cast<TypedefNameDecl>(Decl)) in getTypeDeclTypeSlow() local
3082 return getTypedefType(Typedef); in getTypeDeclTypeSlow()
3115 TypedefType(Type::Typedef, Decl, Canonical); in getTypedefType()
HDASTImporter.cpp652 case Type::Typedef: in IsStructurallyEquivalent()
2491 if (TypedefNameDecl *Typedef = dyn_cast<TypedefNameDecl>(Found)) { in VisitEnumDecl() local
2492 if (const TagType *Tag = Typedef->getUnderlyingType()->getAs<TagType>()) in VisitEnumDecl()
2580 if (TypedefNameDecl *Typedef = dyn_cast<TypedefNameDecl>(Found)) { in VisitRecordDecl() local
2581 if (const TagType *Tag = Typedef->getUnderlyingType()->getAs<TagType>()) in VisitRecordDecl()
HDDeclBase.cpp559 case Typedef: in getIdentifierNamespaceForKind()
HDItaniumMangle.cpp1545 case Type::Typedef: in mangleUnresolvedTypeOrSimpleId()
/NextBSD/contrib/llvm/lib/DebugInfo/PDB/
HDPDBSymbol.cpp84 FACTORY_SYMTAG_CASE(Typedef, PDBSymbolTypeTypedef) in create()
HDPDBExtras.cpp230 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Typedef, OS) in operator <<()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDDeclNodes.td22 def Typedef : DDecl<TypedefName>;
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTCommon.cpp160 case Decl::Typedef: in isRedeclarableDeclKind()
HDASTReader.cpp3700 if (const TypedefType *Typedef = FileType->getAs<TypedefType>()) in InitializeContext() local
3701 Context.setFILEDecl(Typedef->getDecl()); in InitializeContext()
3721 if (const TypedefType *Typedef = Jmp_bufType->getAs<TypedefType>()) in InitializeContext() local
3722 Context.setjmp_bufDecl(Typedef->getDecl()); in InitializeContext()
3742 if (const TypedefType *Typedef = Sigjmp_bufType->getAs<TypedefType>()) in InitializeContext() local
3743 Context.setsigjmp_bufDecl(Typedef->getDecl()); in InitializeContext()
3778 if (const TypedefType *Typedef = Ucontext_tType->getAs<TypedefType>()) in InitializeContext() local
3779 Context.setucontext_tDecl(Typedef->getDecl()); in InitializeContext()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDTypeNodes.def83 NON_CANONICAL_TYPE(Typedef, Type)
HDCommentCommands.td223 def Typedef : DeclarationVerbatimLineCommand<"typedef">;
HDDecl.h2651 : TypedefNameDecl(Typedef, C, DC, StartLoc, IdLoc, Id, TInfo) {} in TypedefDecl()
2663 static bool classofKind(Kind K) { return K == Typedef; } in classofKind()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDASTConsumers.cpp423 case Decl::Typedef: in PrintDeclContext()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDecl.cpp116 case Decl::Typedef: // typedef int X; in EmitDecl()
HDCodeGenFunction.cpp1634 case Type::Typedef: in EmitVariablyModifiedType()

12