| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeTypedef.cpp | 8 codeview::UDTSym Typedef) in NativeTypeTypedef() argument 9 : NativeRawSymbol(Session, PDB_SymType::Typedef, Id), in NativeTypeTypedef() 10 Record(std::move(Typedef)) {} in NativeTypeTypedef()
|
| H A D | NativeExeSymbol.cpp | 58 case PDB_SymType::Typedef: in findChildren()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-private-enumerations.h | 200 Typedef = 1 << 9, enumerator 206 AnyType = Any | Class | Struct | Union | Enum | Typedef
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 456 struct Typedef { struct 466 typedef std::vector<Typedef> TypedefsSeq; 469 LLVM_YAML_IS_SEQUENCE_VECTOR(Typedef) 481 template <> struct MappingTraits<Typedef> { 482 static void mapping(IO &IO, Typedef &T) { in mapping()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeTypeTypedef.h | 24 codeview::UDTSym Typedef);
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyTypeDumper.cpp | 156 const PDBSymbolTypeTypedef &Typedef) { in isTypeExcluded() argument 157 return Printer.IsTypeExcluded(Typedef.getName(), Typedef.getLength()); in isTypeExcluded()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolTypeTypedef.h | 21 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Typedef)
|
| H A D | PDBTypes.h | 261 Typedef, enumerator
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | FormatString.cpp | 980 const TypedefNameDecl *Typedef = cast<TypedefType>(QT)->getDecl(); in namedTypeToLengthModifier() local 983 const IdentifierInfo *Identifier = Typedef->getIdentifier(); in namedTypeToLengthModifier() 1002 QualType T = Typedef->getUnderlyingType(); in namedTypeToLengthModifier() 1006 Typedef = cast<TypedefType>(T)->getDecl(); in namedTypeToLengthModifier()
|
| H A D | Comment.cpp | 323 case Decl::Typedef: { in fill() 328 K == Decl::Typedef in fill()
|
| H A D | TypePrinter.cpp | 214 case Type::Typedef: in canPrefixQualifiers() 1264 if (TypedefNameDecl *Typedef = Tag->getTypedefNameForAnonDecl()) in AppendScope() local 1265 OS << Typedef->getIdentifier()->getName() << "::"; in AppendScope() 1302 else if (TypedefNameDecl *Typedef = D->getTypedefNameForAnonDecl()) { in printTag() local 1303 assert(Typedef->getIdentifier() && "Typedef without identifier?"); in printTag() 1304 OS << Typedef->getIdentifier()->getName(); in printTag()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | TypeBitCodes.def | 27 TYPE_BIT_CODE(Typedef, TYPEDEF, 16)
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 913 TypedefNameDecl *Typedef; in InstantiateTypedefNameDecl() local 921 Typedef->setInvalidDecl(); in InstantiateTypedefNameDecl() 945 Typedef->setPreviousDecl(InstPrevTypedef); in InstantiateTypedefNameDecl() 953 Typedef->setAccess(D->getAccess()); in InstantiateTypedefNameDecl() 955 return Typedef; in InstantiateTypedefNameDecl() 960 if (Typedef) in VisitTypedefDecl() 961 Owner->addDecl(Typedef); in VisitTypedefDecl() 962 return Typedef; in VisitTypedefDecl() 967 if (Typedef) in VisitTypeAliasDecl() 968 Owner->addDecl(Typedef); in VisitTypeAliasDecl() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymbol.cpp | 82 FACTORY_SYMTAG_CASE(Typedef, PDBSymbolTypeTypedef) in createSymbol()
|
| H A D | PDBExtras.cpp | 256 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Typedef, OS) in operator <<()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 24 def Typedef : DeclNode<TypedefName>;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 459 PDB_SymType tags_to_search[] = {PDB_SymType::Enum, PDB_SymType::Typedef, in ParseTypes() 469 case PDB_SymType::Typedef: in ParseTypes() 1470 PDB_SymType tags_to_search[] = {PDB_SymType::Enum, PDB_SymType::Typedef, in FindTypesByRegex() 1540 case PDB_SymType::Typedef: in FindTypesByName() 1592 case PDB_SymType::Typedef: in GetTypesForPDBSymbol()
|
| H A D | PDBASTParser.cpp | 284 case PDB_SymType::Typedef: in GetClassOrFunctionParent() 533 case PDB_SymType::Typedef: { in CreateLLDBTypeFromPDBType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDIE.cpp | 411 context.push_back({CompilerContextKind::Typedef, ConstString(GetName())}); in GetDeclContext()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InterfaceStubFunctionsConsumer.cpp | 187 case Decl::Kind::Typedef: in HandleNamedDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CommentCommands.td | 225 def Typedef : DeclarationVerbatimLineCommand<"typedef">;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 353 case Decl::Typedef: in isRedeclarableDeclKind()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 2604 case clang::Type::Typedef: 3651 ->getTypeClass() == clang::Type::Typedef; in IsTypedefType() 3957 case clang::Type::Typedef: in GetTypeInfo() 4058 case clang::Type::Typedef: in GetMinimumLanguage() 4146 case clang::Type::Typedef: in GetTypeClass() 4734 case clang::Type::Typedef: in GetEncoding() 5115 case clang::Type::Typedef: in GetFormat() 8674 case clang::Type::Typedef: { in DumpValue() 8891 case clang::Type::Typedef: { in DumpTypeValue() 9084 case clang::Type::Typedef: { in DumpTypeDescription() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTImporter.cpp | 401 case clang::Type::Typedef: in CanImport() 475 case clang::Type::Typedef: in Import()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 173 case Decl::Typedef: in getSymbolInfo()
|