| /llvm-project-15.0.7/clang/test/SemaObjCXX/Inputs/ |
| H A D | nullability-consistency-1.h | 25 struct Typedefs { struct 32 Typedefs<int> xx; argument 33 Typedefs<void *> yy;
|
| /llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/find-all-symbols/ |
| H A D | FindAllSymbols.cpp | 181 auto Typedefs = in registerMatchers() local 198 auto Decls = namedDecl(anyOf(CRecords, CXXRecords, Enums, Typedefs, Vars, in registerMatchers() 224 loc(typedefType(hasDeclaration(Typedefs.bind("use"))))), in registerMatchers()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Native/ |
| H A D | pdb-native-typedefs.test | 11 PRETTY: Typedefs: (3 items)
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-pdbutil/ |
| H A D | pretty-func-dumper.test | 24 ; TYPEDEF: Typedefs:
|
| H A D | regex-filter.test | 30 ; NO_FILTER: Typedefs
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyTypeDumper.cpp | 203 if (opts::pretty::Typedefs) in start() 294 assert(opts::pretty::Typedefs); in dump()
|
| H A D | llvm-pdbutil.cpp | 196 static cl::opt<bool> Typedefs("typedefs", cl::desc("Dump typedefs"), variable 246 cl::opt<bool> Typedefs("typedefs", cl::desc("Display typedef types"), variable 1060 if (opts::diadump::Typedefs) in dumpDia() 1228 if (opts::pretty::Classes || opts::pretty::Enums || opts::pretty::Typedefs || in dumpPretty() 1599 opts::pretty::Typedefs = true; in main()
|
| H A D | llvm-pdbutil.h | 89 extern llvm::cl::opt<bool> Typedefs;
|
| /llvm-project-15.0.7/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 505 TypedefsSeq Typedefs; member 518 IO.mapOptional("Typedefs", TLI.Typedefs); in mapTopLevelItems()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/DIA/ |
| H A D | pdbdump-symbol-format.test | 30 ; TYPES_FORMAT: Typedefs
|
| /llvm-project-15.0.7/clang/include/clang/ExtractAPI/ |
| H A D | API.h | 680 const RecordMap<TypedefRecord> &getTypedefs() const { return Typedefs; } 722 RecordMap<TypedefRecord> Typedefs;
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | parameterized_classes_arc.m | 50 // Typedefs are fine, just silently ignore them.
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | redecl-merge.m | 80 // FIXME: Typedefs aren't actually merged in the sense of other merges, because
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | APINotes.rst | 83 :Classes, Protocols, Tags, Typedefs, Globals, Enumerators, Functions: 103 Classes, Protocols, Tags, Typedefs, Globals, Enumerators, and Functions.
|
| H A D | InternalsManual.rst | 1341 Typedefs in C make semantic analysis a bit more complex than it would be without
|
| /llvm-project-15.0.7/clang/lib/ExtractAPI/ |
| H A D | API.cpp | 186 return addTopLevelRecord(Typedefs, USR, Name, Loc, Availability, Comment, in addTypedef()
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | parameterized_classes_arc.mm | 50 // Typedefs are fine, just silently ignore them.
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | HoverTests.cpp | 3210 TEST(Hover, Typedefs) { in TEST() argument
|