Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeTypedef.cpp10 codeview::UDTSym Typedef) in NativeTypeTypedef() argument
11 : NativeRawSymbol(Session, PDB_SymType::Typedef, Id), in NativeTypeTypedef()
12 Record(std::move(Typedef)) {} in NativeTypeTypedef()
H A DNativeExeSymbol.cpp58 case PDB_SymType::Typedef: in findChildren()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp465 struct Typedef { struct
475 typedef std::vector<Typedef> TypedefsSeq;
478 LLVM_YAML_IS_SEQUENCE_VECTOR(Typedef)
490 template <> struct MappingTraits<Typedef> {
491 static void mapping(IO &IO, Typedef &T) { in mapping()
1081 for (const auto &Typedef : TLItems.Typedefs) { in convertTopLevelItems() local
1083 if (!KnownTypedefs.insert(Typedef.Name).second) { in convertTopLevelItems()
1085 Typedef.Name + "'"); in convertTopLevelItems()
1090 convertCommonType(Typedef, TInfo, Typedef.Name); in convertTopLevelItems()
1091 TInfo.SwiftWrapper = Typedef.SwiftType; in convertTopLevelItems()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h206 Typedef = 1 << 9, enumerator
213 AnyType = Any | ClassOrStruct | Union | Enum | Typedef | Builtin,
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp158 const PDBSymbolTypeTypedef &Typedef) { in isTypeExcluded() argument
159 return Printer.IsTypeExcluded(Typedef.getName(), Typedef.getLength()); in isTypeExcluded()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeTypedef.h29 codeview::UDTSym Typedef);
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeTypedef.h20 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Typedef)
H A DPDBTypes.h261 Typedef, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def27 TYPE_BIT_CODE(Typedef, TYPEDEF, 16)
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp414 push_ctx(CompilerContextKind::Typedef, die.GetName()); in GetDeclContextImpl()
471 push_ctx(CompilerContextKind::Typedef, die.GetName()); in GetTypeLookupContextImpl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1039 TypedefNameDecl *Typedef; in InstantiateTypedefNameDecl() local
1041 Typedef = TypeAliasDecl::Create(SemaRef.Context, Owner, D->getBeginLoc(), in InstantiateTypedefNameDecl()
1044 Typedef = TypedefDecl::Create(SemaRef.Context, Owner, D->getBeginLoc(), in InstantiateTypedefNameDecl()
1047 Typedef->setInvalidDecl(); in InstantiateTypedefNameDecl()
1056 newTag->setTypedefNameForAnonDecl(Typedef); in InstantiateTypedefNameDecl()
1069 SemaRef.isIncompatibleTypedef(InstPrevTypedef, Typedef); in InstantiateTypedefNameDecl()
1071 Typedef->setPreviousDecl(InstPrevTypedef); in InstantiateTypedefNameDecl()
1074 SemaRef.InstantiateAttrs(TemplateArgs, D, Typedef); in InstantiateTypedefNameDecl()
1077 SemaRef.inferGslPointerAttribute(Typedef); in InstantiateTypedefNameDecl()
1079 Typedef->setAccess(D->getAccess()); in InstantiateTypedefNameDecl()
[all …]
H A DSemaAPINotes.cpp910 if (auto Typedef = dyn_cast<TypedefNameDecl>(D)) { in ProcessAPINotes() local
912 auto Info = Reader->lookupTypedef(Typedef->getName(), APINotesContext); in ProcessAPINotes()
913 ProcessVersionedAPINotes(*this, Typedef, Info); in ProcessAPINotes()
H A DSemaTemplateDeductionGuide.cpp87 bool mightReferToOuterTemplateParameters(TypedefNameDecl *Typedef) { in mightReferToOuterTemplateParameters() argument
102 if (WalkUp(Typedef->getDeclContext(), NestedPattern->getTemplatedDecl())) in mightReferToOuterTemplateParameters()
104 if (WalkUp(NestedPattern->getTemplatedDecl(), Typedef->getDeclContext())) in mightReferToOuterTemplateParameters()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbol.cpp82 FACTORY_SYMTAG_CASE(Typedef, PDBSymbolTypeTypedef) in createSymbol()
H A DPDBExtras.cpp263 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Typedef, OS) in operator <<()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp471 PDB_SymType tags_to_search[] = {PDB_SymType::Enum, PDB_SymType::Typedef, in ParseTypes()
481 case PDB_SymType::Typedef: in ParseTypes()
1475 PDB_SymType tags_to_search[] = {PDB_SymType::Enum, PDB_SymType::Typedef, in FindTypesByRegex()
1543 case PDB_SymType::Typedef: in FindTypes()
1596 case PDB_SymType::Typedef: in GetTypesForPDBSymbol()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td24 def Typedef : DeclNode<TypedefName>;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp227 case Type::Typedef: in canPrefixQualifiers()
1415 if (TypedefNameDecl *Typedef = Tag->getTypedefNameForAnonDecl()) in AppendScope() local
1416 OS << Typedef->getIdentifier()->getName() << "::"; in AppendScope()
1453 else if (TypedefNameDecl *Typedef = D->getTypedefNameForAnonDecl()) { in printTag() local
1454 assert(Typedef->getIdentifier() && "Typedef without identifier?"); in printTag()
1455 OS << Typedef->getIdentifier()->getName(); in printTag()
H A DFormatString.cpp1119 const TypedefNameDecl *Typedef = TT->getDecl(); in namedTypeToLengthModifier() local
1120 const IdentifierInfo *Identifier = Typedef->getIdentifier(); in namedTypeToLengthModifier()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp188 case Decl::Kind::Typedef: in HandleNamedDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp369 case Decl::Typedef: in isRedeclarableDeclKind()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp88 result |= CompilerContextKind::Typedef; in ConvertTypeClass()
223 case CompilerContextKind::Typedef: in Dump()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2539 case clang::Type::Typedef:
3676 return RemoveWrappingTypes(GetQualType(type), {clang::Type::Typedef}) in IsTypedefType()
3677 ->getTypeClass() == clang::Type::Typedef; in IsTypedefType()
3785 {clang::Type::Typedef, clang::Type::Atomic}); in GetTypeName()
3826 RemoveWrappingTypes(GetQualType(type), {clang::Type::Typedef}); in GetTypeInfo()
3992 case clang::Type::Typedef: in GetTypeInfo()
4093 case clang::Type::Typedef: in GetMinimumLanguage()
4109 RemoveWrappingTypes(GetQualType(type), {clang::Type::Typedef}); in GetTypeClass()
4185 case clang::Type::Typedef: in GetTypeClass()
4682 RemoveWrappingTypes(GetQualType(type), {clang::Type::Typedef})); in GetTypedefedType()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp405 case clang::Type::Typedef: in CanImport()
479 case clang::Type::Typedef: in Import()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommands.td333 def Typedef : DeclarationVerbatimLineCommand<"typedef">;

123