Searched refs:Typedefs (Results 1 – 10 of 10) sorted by relevance
/external/llvm/tools/llvm-pdbdump/ |
D | TypeDumper.cpp | 40 auto Typedefs = Exe.findAllChildren<PDBSymbolTypeTypedef>(); in start() local 43 Printer << ": (" << Typedefs->getChildCount() << " items)"; in start() 45 while (auto Typedef = Typedefs->getNext()) in start()
|
/external/llvm/test/tools/llvm-pdbdump/ |
D | regex-filter.test | 21 ; NO_FILTER: Typedefs 41 ; EXCLUDE_TYPEDEFS: Typedefs 51 ; EXCLUDE_ENUMS: Typedefs
|
/external/llvm/test/DebugInfo/PDB/DIA/ |
D | pdbdump-symbol-format.test | 23 ; TYPES_FORMAT: Typedefs
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
D | runtime.dox | 26 /// For example, under "API Typedefs and Structs" you will find "Base Recognizer Definition", which…
|
D | doxygengroups.dox | 20 /// \defgroup apistructures API Typedefs and Structs
|
/external/clang/test/Modules/ |
D | redecl-merge.m | 80 // FIXME: Typedefs aren't actually merged in the sense of other merges, because
|
/external/clang/test/SemaObjC/ |
D | parameterized_classes_arc.m | 50 // Typedefs are fine, just silently ignore them.
|
/external/clang/test/SemaObjCXX/ |
D | parameterized_classes_arc.mm | 50 // Typedefs are fine, just silently ignore them.
|
/external/clang/docs/ |
D | InternalsManual.rst | 820 Typedefs in C make semantic analysis a bit more complex than it would be without
|
/external/tpm2/ |
D | part4.txt | 608 …9.15.2 Typedefs ..................................................................................… 847 …B.11.2. Includes, Defines, and Typedefs ..........................................................… 955 …C.2.2. Includes, Typedefs, Structures, and Defines ..........................................… 1067 …D.2.2. Typedefs and Defines ..................................................................… 18904 9.15.2 Typedefs 27668 B.11.2. Includes, Defines, and Typedefs 35668 C.2.2. Includes, Typedefs, Structures, and Defines 37150 D.2.2. Typedefs and Defines
|