Home
last modified time | relevance | path

Searched defs:Typedef (Results 1 – 16 of 16) sorted by path

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/
H A DSerializerBase.h226 for (const auto &Typedef : API.getTypedefs()) in traverseTypedefRecords() local
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp461 struct Typedef { struct
462 StringRef Name;
463 AvailabilityItem Availability;
464 StringRef SwiftName;
465 std::optional<bool> SwiftPrivate;
466 std::optional<StringRef> SwiftBridge;
467 std::optional<StringRef> NSErrorDomain;
468 std::optional<SwiftNewTypeKind> SwiftType;
1052 for (const auto &Typedef : TLItems.Typedefs) { in convertTopLevelItems() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4620 if (const auto *Typedef = dyn_cast<TypedefNameDecl>(Decl)) in getTypeDeclTypeSlow() local
H A DASTImporter.cpp2896 if (auto *Typedef = dyn_cast<TypedefNameDecl>(FoundDecl)) { in VisitEnumDecl() local
3022 if (auto *Typedef = dyn_cast<TypedefNameDecl>(Found)) { in VisitRecordDecl() local
H A DFormatString.cpp1085 const TypedefNameDecl *Typedef = TT->getDecl(); in namedTypeToLengthModifier() local
H A DTypePrinter.cpp1348 if (TypedefNameDecl *Typedef = Tag->getTypedefNameForAnonDecl()) in AppendScope() local
1386 else if (TypedefNameDecl *Typedef = D->getTypedefNameForAnonDecl()) { in printTag() local
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp1221 auto Typedef = serializeAPIRecord(Record); in visitTypedefRecord() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2717 if (TypedefNameDecl *Typedef = dyn_cast<TypedefNameDecl>(Old)) { in MergeTypedefNameDecl() local
9634 const TypedefType *Typedef = nullptr; in checkIsValidOpenCLKernelParameter() local
H A DSemaTemplateInstantiateDecl.cpp1014 TypedefNameDecl *Typedef; in InstantiateTypedefNameDecl() local
1061 Decl *Typedef = InstantiateTypedefNameDecl(D, /*IsTypeAlias=*/false); in VisitTypedefDecl() local
1068 Decl *Typedef = InstantiateTypedefNameDecl(D, /*IsTypeAlias=*/true); in VisitTypeAliasDecl() local
H A DTreeTransform.h1007 QualType RebuildTypedefType(TypedefNameDecl *Typedef) { in RebuildTypedefType()
6372 TypedefNameDecl *Typedef in TransformTypedefType() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp5113 if (const TypedefType *Typedef = FileType->getAs<TypedefType>()) in InitializeContext() local
5134 if (const TypedefType *Typedef = Jmp_bufType->getAs<TypedefType>()) in InitializeContext() local
5155 if (const TypedefType *Typedef = Sigjmp_bufType->getAs<TypedefType>()) in InitializeContext() local
5191 if (const TypedefType *Typedef = Ucontext_tType->getAs<TypedefType>()) in InitializeContext() local
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h200 Typedef = 1 << 9, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h261 Typedef, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2724 if (LVElement *Typedef = createElement(SymbolKind::S_UDT)) { in visitKnownMember() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeTypedef.cpp10 codeview::UDTSym Typedef) in NativeTypeTypedef()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp158 const PDBSymbolTypeTypedef &Typedef) { in isTypeExcluded()