Home
last modified time | relevance | path

Searched defs:Typedef (Results 1 – 14 of 14) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp456 struct Typedef { struct
457 StringRef Name;
458 AvailabilityItem Availability;
459 StringRef SwiftName;
460 Optional<bool> SwiftPrivate;
461 Optional<StringRef> SwiftBridge;
462 Optional<StringRef> NSErrorDomain;
463 Optional<SwiftNewTypeKind> SwiftType;
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeTypedef.cpp8 codeview::UDTSym Typedef) in NativeTypeTypedef()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp156 const PDBSymbolTypeTypedef &Typedef) { in isTypeExcluded()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DFormatString.cpp980 const TypedefNameDecl *Typedef = cast<TypedefType>(QT)->getDecl(); in namedTypeToLengthModifier() local
H A DTypePrinter.cpp1259 if (TypedefNameDecl *Typedef = Tag->getTypedefNameForAnonDecl()) in AppendScope() local
1297 else if (TypedefNameDecl *Typedef = D->getTypedefNameForAnonDecl()) { in printTag() local
H A DASTImporter.cpp2684 if (auto *Typedef = dyn_cast<TypedefNameDecl>(FoundDecl)) { in VisitEnumDecl() local
2806 if (auto *Typedef = dyn_cast<TypedefNameDecl>(Found)) { in VisitRecordDecl() local
H A DASTContext.cpp2324 const TypedefNameDecl *Typedef = cast<TypedefType>(T)->getDecl(); in getTypeInfoImpl() local
4497 if (const auto *Typedef = dyn_cast<TypedefNameDecl>(Decl)) in getTypeDeclTypeSlow() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h261 Typedef, enumerator
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCursor.cpp1223 if (const TypedefType *Typedef = Ty->getAs<TypedefType>()) in getTypeRefCursor() local
H A DCIndex.cpp1365 if (const TypedefType *Typedef = dyn_cast<TypedefType>(T)) in VisitNestedNameSpecifier() local
1575 if (const TypedefType *Typedef = VisitType->getAs<TypedefType>()) in VisitBuiltinTypeLoc() local
6255 } else if (const TypedefDecl *Typedef = dyn_cast<TypedefDecl>(D)) { in getFullCursorExtent() local
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp877 TypedefNameDecl *Typedef; in InstantiateTypedefNameDecl() local
923 Decl *Typedef = InstantiateTypedefNameDecl(D, /*IsTypeAlias=*/false); in VisitTypedefDecl() local
930 Decl *Typedef = InstantiateTypedefNameDecl(D, /*IsTypeAlias=*/true); in VisitTypeAliasDecl() local
H A DSemaDecl.cpp2338 if (TypedefNameDecl *Typedef = dyn_cast<TypedefNameDecl>(Old)) { in MergeTypedefNameDecl() local
8798 const TypedefType *Typedef = nullptr; in checkIsValidOpenCLKernelParameter() local
H A DTreeTransform.h937 QualType RebuildTypedefType(TypedefNameDecl *Typedef) { in RebuildTypedefType()
6054 TypedefNameDecl *Typedef in TransformTypedefType() local
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp4889 if (const TypedefType *Typedef = FileType->getAs<TypedefType>()) in InitializeContext() local
4910 if (const TypedefType *Typedef = Jmp_bufType->getAs<TypedefType>()) in InitializeContext() local
4931 if (const TypedefType *Typedef = Sigjmp_bufType->getAs<TypedefType>()) in InitializeContext() local
4967 if (const TypedefType *Typedef = Ucontext_tType->getAs<TypedefType>()) in InitializeContext() local