| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeTypedef.cpp | 10 codeview::UDTSym Typedef) in NativeTypeTypedef() argument 11 : NativeRawSymbol(Session, PDB_SymType::Typedef, Id), in NativeTypeTypedef() 12 Record(std::move(Typedef)) {} in NativeTypeTypedef()
|
| H A D | NativeExeSymbol.cpp | 57 case PDB_SymType::Typedef: in findChildren()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-private-enumerations.h | 207 Typedef = 1 << 9, enumerator 212 AnyType = Any | ClassOrStruct | Union | Enum | Typedef | Builtin,
|
| /freebsd/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 520 struct Typedef { struct 530 typedef std::vector<Typedef> TypedefsSeq; 533 LLVM_YAML_IS_SEQUENCE_VECTOR(Typedef) 545 template <> struct MappingTraits<Typedef> { 546 static void mapping(IO &IO, Typedef &T) { in mapping() 1169 for (const auto &Typedef : TLItems.Typedefs) { in convertTopLevelItems() local 1171 if (!KnownTypedefs.insert(Typedef.Name).second) { in convertTopLevelItems() 1173 Typedef.Name + "'"); in convertTopLevelItems() 1178 convertCommonType(Typedef, TInfo, Typedef.Name); in convertTopLevelItems() 1179 TInfo.SwiftWrapper = Typedef.SwiftType; in convertTopLevelItems() [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyTypeDumper.cpp | 158 const PDBSymbolTypeTypedef &Typedef) { in isTypeExcluded() argument 159 return Printer.IsTypeExcluded(Typedef.getName(), Typedef.getLength()); in isTypeExcluded()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | RawPtrRefMemberChecker.cpp | 298 auto Typedef = MemberType->getAs<TypedefType>(); in reportBug() local 299 assert(Typedef); in reportBug() 300 printQuotedQualifiedName(Os, Typedef->getDecl()); in reportBug()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeTypeTypedef.h | 29 codeview::UDTSym Typedef);
|
| /freebsd/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/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | TypeBitCodes.def | 27 TYPE_BIT_CODE(Typedef, TYPEDEF, 16)
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 1473 TypedefNameDecl *Typedef; in InstantiateTypedefNameDecl() local 1475 Typedef = TypeAliasDecl::Create(SemaRef.Context, Owner, D->getBeginLoc(), in InstantiateTypedefNameDecl() 1478 Typedef = TypedefDecl::Create(SemaRef.Context, Owner, D->getBeginLoc(), in InstantiateTypedefNameDecl() 1481 Typedef->setInvalidDecl(); in InstantiateTypedefNameDecl() 1490 newTag->setTypedefNameForAnonDecl(Typedef); in InstantiateTypedefNameDecl() 1503 SemaRef.isIncompatibleTypedef(InstPrevTypedef, Typedef); in InstantiateTypedefNameDecl() 1505 Typedef->setPreviousDecl(InstPrevTypedef); in InstantiateTypedefNameDecl() 1508 SemaRef.InstantiateAttrs(TemplateArgs, D, Typedef); in InstantiateTypedefNameDecl() 1511 SemaRef.inferGslPointerAttribute(Typedef); in InstantiateTypedefNameDecl() 1513 Typedef->setAccess(D->getAccess()); in InstantiateTypedefNameDecl() [all …]
|
| H A D | SemaAPINotes.cpp | 1056 if (auto Typedef = dyn_cast<TypedefNameDecl>(D)) { in ProcessAPINotes() local 1058 auto Info = Reader->lookupTypedef(Typedef->getName(), APINotesContext); in ProcessAPINotes() 1059 ProcessVersionedAPINotes(*this, Typedef, Info); in ProcessAPINotes()
|
| H A D | SemaTemplateDeductionGuide.cpp | 86 bool mightReferToOuterTemplateParameters(TypedefNameDecl *Typedef) { in mightReferToOuterTemplateParameters() argument 101 if (WalkUp(Typedef->getDeclContext(), NestedPattern->getTemplatedDecl())) in mightReferToOuterTemplateParameters() 103 if (WalkUp(NestedPattern->getTemplatedDecl(), Typedef->getDeclContext())) in mightReferToOuterTemplateParameters()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymbol.cpp | 82 FACTORY_SYMTAG_CASE(Typedef, PDBSymbolTypeTypedef) in createSymbol()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 457 PDB_SymType tags_to_search[] = {PDB_SymType::Enum, PDB_SymType::Typedef, in ParseTypes() 467 case PDB_SymType::Typedef: in ParseTypes() 1460 PDB_SymType tags_to_search[] = {PDB_SymType::Enum, PDB_SymType::Typedef, in FindTypesByRegex() 1528 case PDB_SymType::Typedef: in FindTypes() 1581 case PDB_SymType::Typedef: in GetTypesForPDBSymbol()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 24 def Typedef : DeclNode<TypedefName>;
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 226 case Type::Typedef: in canPrefixQualifiers() 1462 if (TypedefNameDecl *Typedef = Tag->getTypedefNameForAnonDecl()) in AppendScope() local 1463 OS << Typedef->getIdentifier()->getName() << "::"; in AppendScope() 1500 else if (TypedefNameDecl *Typedef = D->getTypedefNameForAnonDecl()) { in printTag() local 1501 assert(Typedef->getIdentifier() && "Typedef without identifier?"); in printTag() 1502 OS << Typedef->getIdentifier()->getName(); in printTag()
|
| H A D | Comment.cpp | 340 case Decl::Typedef: in fill()
|
| H A D | FormatString.cpp | 1205 const TypedefNameDecl *Typedef = TT->getDecl(); in namedTypeToLengthModifier() local 1206 const IdentifierInfo *Identifier = Typedef->getIdentifier(); in namedTypeToLengthModifier()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InterfaceStubFunctionsConsumer.cpp | 188 case Decl::Kind::Typedef: in HandleNamedDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 375 case Decl::Typedef: in isRedeclarableDeclKind()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Type.cpp | 62 result |= CompilerContextKind::Typedef; in ConvertTypeClass() 234 case CompilerContextKind::Typedef: in Dump()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 2568 case clang::Type::Typedef: 3702 return RemoveWrappingTypes(GetQualType(type), {clang::Type::Typedef}) in IsTypedefType() 3703 ->getTypeClass() == clang::Type::Typedef; in IsTypedefType() 3811 {clang::Type::Typedef, clang::Type::Atomic}); in GetTypeName() 3852 RemoveWrappingTypes(GetQualType(type), {clang::Type::Typedef}); in GetTypeInfo() 4018 case clang::Type::Typedef: in GetTypeInfo() 4119 case clang::Type::Typedef: in GetMinimumLanguage() 4135 RemoveWrappingTypes(GetQualType(type), {clang::Type::Typedef}); in GetTypeClass() 4211 case clang::Type::Typedef: in GetTypeClass() 4713 RemoveWrappingTypes(GetQualType(type), {clang::Type::Typedef})); in GetTypedefedType() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDIE.cpp | 399 return ctx(CompilerContextKind::Typedef); in GetContextEntry()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTImporter.cpp | 404 case clang::Type::Typedef: in CanImport() 478 case clang::Type::Typedef: in Import()
|