/llvm-project/clang/test/Modules/ |
H A D | no-linkage.cpp | 7 struct Typedef { int n; }; // expected-note {{candidate}} argument
|
/llvm-project/clang/test/Index/ |
H A D | comment-cplus11-specific.cpp | 14 typedef inner::Opaque Typedef; typedef
|
/llvm-project/clang/test/Modules/Inputs/no-linkage/ |
H A D | decls.h | 3 typedef int Typedef; typedef
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeTypedef.cpp | 10 codeview::UDTSym Typedef) in NativeTypeTypedef()
|
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/Inputs/ModuleOwnership/ |
H A D | A.h | 3 typedef int Typedef; typedef
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | MisplacedConstCheck.cpp | 55 if (const auto *Typedef = Result.Nodes.getNodeAs<TypedefDecl>("typedef")) { in check() local
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | DeprecatedIosBaseAliasesCheck.cpp | 43 const auto *Typedef = Result.Nodes.getNodeAs<TypedefDecl>("TypeDecl"); in check() local
|
/llvm-project/clang/unittests/AST/ |
H A D | ASTImporterODRStrategiesTest.cpp | 43 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 D | TypeMismatchCheck.cpp | 206 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 D | NamedParameterCheck.cpp | 59 if (const auto *Typedef = Parm->getType()->getAs<clang::TypedefType>()) in check() local
|
/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 463 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 D | index-instantiated-source.cpp | 43 typedef int Typedef; typedef
|
H A D | index-dependent-source.cpp | 41 typedef T Typedef; typedef in TemplateClass
|
/llvm-project/llvm/test/tools/llvm-pdbutil/Inputs/ |
H A D | ClassLayoutTest.cpp | 24 typedef int Typedef; typedef
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | SemanticHighlighting.h | 44 Typedef, enumerator
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | make-shared.cpp | 265 IntPtr Typedef = IntPtr(new int()); in aliases() local
|
H A D | make-unique.cpp | 492 IntPtr Typedef = IntPtr(new int()); in aliases() local
|
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PrettyTypeDumper.cpp | 158 const PDBSymbolTypeTypedef &Typedef) { in isTypeExcluded()
|
/llvm-project/clang/lib/AST/ |
H A D | FormatString.cpp | 1119 const TypedefNameDecl *Typedef = TT->getDecl(); namedTypeToLengthModifier() local
|
/llvm-project/lldb/include/lldb/ |
H A D | lldb-private-enumerations.h | 206 Typedef = 1 << 9, global() enumerator
|
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
H A D | ProTypeMemberInitCheck.cpp | 89 if (const TypedefNameDecl *Typedef = Record->getTypedefNameForAnonDecl()) in getName() local
|
/llvm-project/lldb/unittests/SymbolFile/PDB/ |
H A D | SymbolFilePDBTests.cpp | 534 for (auto Typedef : TypedefsToCheck) { in TEST_F() local
|
/llvm-project/clang-tools-extra/clang-change-namespace/ |
H A D | ChangeNamespace.cpp | 906 FromDecl = Typedef->getDecl(); in fixTypeLoc() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaAPINotes.cpp | 898 if (auto Typedef = dyn_cast<TypedefNameDecl>(D)) { ProcessAPINotes() local
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 261 Typedef, enumerator
|