Home
last modified time | relevance | path

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

12

/llvm-project/clang/test/Modules/
H A Dno-linkage.cpp7 struct Typedef { int n; }; // expected-note {{candidate}} argument
/llvm-project/clang/test/Index/
H A Dcomment-cplus11-specific.cpp14 typedef inner::Opaque Typedef; typedef
/llvm-project/clang/test/Modules/Inputs/no-linkage/
H A Ddecls.h3 typedef int Typedef; typedef
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeTypedef.cpp10 codeview::UDTSym Typedef) in NativeTypeTypedef()
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/Inputs/ModuleOwnership/
H A DA.h3 typedef int Typedef; typedef
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DMisplacedConstCheck.cpp55 if (const auto *Typedef = Result.Nodes.getNodeAs<TypedefDecl>("typedef")) { in check() local
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DDeprecatedIosBaseAliasesCheck.cpp43 const auto *Typedef = Result.Nodes.getNodeAs<TypedefDecl>("TypeDecl"); in check() local
/llvm-project/clang/unittests/AST/
H A DASTImporterODRStrategiesTest.cpp43 struct Typedef { struct
44 using DeclTy = TypedefNameDecl;
45 static constexpr auto *Definition = "typedef int X;";
46 static constexpr auto *ConflictingDefinition = "typedef double X;";
47 BindableMatcher<Decl> getPattern() { return typedefNameDecl(hasName("X")); } in getPattern()
48 TestLanguage getLang() { return Lang_CXX03; } in getLang()
/llvm-project/clang-tools-extra/clang-tidy/mpi/
H A DTypeMismatchCheck.cpp206 static bool isTypedefTypeMatching(const TypedefType *const Typedef, in isTypedefTypeMatching()
309 if (const auto *Typedef = BT->getAs<TypedefType>()) { in checkArguments() local
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DNamedParameterCheck.cpp59 if (const auto *Typedef = Parm->getType()->getAs<clang::TypedefType>()) in check() local
/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp463 struct Typedef { global() struct
464 Name__anonb21921b00c11::Typedef global() argument
465 Availability__anonb21921b00c11::Typedef global() argument
466 SwiftName__anonb21921b00c11::Typedef global() argument
467 SwiftPrivate__anonb21921b00c11::Typedef global() argument
468 SwiftBridge__anonb21921b00c11::Typedef global() argument
469 NSErrorDomain__anonb21921b00c11::Typedef global() argument
470 SwiftType__anonb21921b00c11::Typedef global() argument
1057 for (const auto &Typedef : TLItems.Typedefs) { convertTopLevelItems() local
[all...]
/llvm-project/clang/test/Index/Core/
H A Dindex-instantiated-source.cpp43 typedef int Typedef; typedef
H A Dindex-dependent-source.cpp41 typedef T Typedef; typedef in TemplateClass
/llvm-project/llvm/test/tools/llvm-pdbutil/Inputs/
H A DClassLayoutTest.cpp24 typedef int Typedef; typedef
/llvm-project/clang-tools-extra/clangd/
H A DSemanticHighlighting.h44 Typedef, enumerator
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmake-shared.cpp265 IntPtr Typedef = IntPtr(new int()); in aliases() local
H A Dmake-unique.cpp492 IntPtr Typedef = IntPtr(new int()); in aliases() local
/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp158 const PDBSymbolTypeTypedef &Typedef) { in isTypeExcluded()
/llvm-project/clang/lib/AST/
H A DFormatString.cpp1119 const TypedefNameDecl *Typedef = TT->getDecl(); namedTypeToLengthModifier() local
/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h206 Typedef = 1 << 9, global() enumerator
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeMemberInitCheck.cpp89 if (const TypedefNameDecl *Typedef = Record->getTypedefNameForAnonDecl()) in getName() local
/llvm-project/lldb/unittests/SymbolFile/PDB/
H A DSymbolFilePDBTests.cpp534 for (auto Typedef : TypedefsToCheck) { in TEST_F() local
/llvm-project/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp906 FromDecl = Typedef->getDecl(); in fixTypeLoc() local
/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp898 if (auto Typedef = dyn_cast<TypedefNameDecl>(D)) { ProcessAPINotes() local
/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h261 Typedef, enumerator

12