/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeTypedef.cpp | 10 codeview::UDTSym Typedef) in NativeTypeTypedef()
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 465 struct Typedef { struct 466 StringRef Name; 467 AvailabilityItem Availability; 468 StringRef SwiftName; 469 std::optional<bool> SwiftPrivate; 470 std::optional<StringRef> SwiftBridge; 471 std::optional<StringRef> NSErrorDomain; 472 std::optional<SwiftNewTypeKind> SwiftType; 1081 for (const auto &Typedef : TLItems.Typedefs) { in convertTopLevelItems() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PrettyTypeDumper.cpp | 158 const PDBSymbolTypeTypedef &Typedef) { in isTypeExcluded()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | FormatString.cpp | 1119 const TypedefNameDecl *Typedef = TT->getDecl(); in namedTypeToLengthModifier() local
|
H A D | TypePrinter.cpp | 1415 if (TypedefNameDecl *Typedef = Tag->getTypedefNameForAnonDecl()) in AppendScope() local 1453 else if (TypedefNameDecl *Typedef = D->getTypedefNameForAnonDecl()) { in printTag() local
|
H A D | ASTImporter.cpp | 2944 if (auto *Typedef = dyn_cast<TypedefNameDecl>(FoundDecl)) { in VisitEnumDecl() local 3075 if (auto *Typedef = dyn_cast<TypedefNameDecl>(Found)) { in VisitRecordDecl() local
|
H A D | ASTContext.cpp | 3387 if (const TypedefNameDecl *Typedef = RD->getTypedefNameForAnonDecl()) in encodeTypeForFunctionPointerAuth() local 5035 if (const auto *Typedef = dyn_cast<TypedefNameDecl>(Decl)) in getTypeDeclTypeSlow() local
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-private-enumerations.h | 206 Typedef = 1 << 9, enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 261 Typedef, enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAPINotes.cpp | 910 if (auto Typedef = dyn_cast<TypedefNameDecl>(D)) { in ProcessAPINotes() local
|
H A D | SemaTemplateDeductionGuide.cpp | 87 bool mightReferToOuterTemplateParameters(TypedefNameDecl *Typedef) { in mightReferToOuterTemplateParameters()
|
H A D | SemaTemplateInstantiateDecl.cpp | 1039 TypedefNameDecl *Typedef; in InstantiateTypedefNameDecl() local 1086 Decl *Typedef = InstantiateTypedefNameDecl(D, /*IsTypeAlias=*/false); in VisitTypedefDecl() local 1093 Decl *Typedef = InstantiateTypedefNameDecl(D, /*IsTypeAlias=*/true); in VisitTypeAliasDecl() local
|
H A D | SemaDecl.cpp | 2572 if (TypedefNameDecl *Typedef = dyn_cast<TypedefNameDecl>(Old)) { in MergeTypedefNameDecl() local 9490 const TypedefType *Typedef = nullptr; in checkIsValidOpenCLKernelParameter() local
|
H A D | TreeTransform.h | 1022 QualType RebuildTypedefType(TypedefNameDecl *Typedef) { in RebuildTypedefType() 6520 TypedefNameDecl *Typedef in TransformTypedefType() local
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 5119 if (const TypedefType *Typedef = FileType->getAs<TypedefType>()) in InitializeContext() local 5140 if (const TypedefType *Typedef = Jmp_bufType->getAs<TypedefType>()) in InitializeContext() local 5161 if (const TypedefType *Typedef = Sigjmp_bufType->getAs<TypedefType>()) in InitializeContext() local 5196 if (const TypedefType *Typedef = Ucontext_tType->getAs<TypedefType>()) in InitializeContext() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 2724 if (LVElement *Typedef = createElement(SymbolKind::S_UDT)) { in visitKnownMember() local
|