Home
last modified time | relevance | path

Searched refs:Typedefs (Results 1 – 7 of 7) sorted by relevance

/external/llvm/tools/llvm-pdbdump/
DTypeDumper.cpp40 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/
Dregex-filter.test17 ; NO_FILTER: Typedefs
37 ; EXCLUDE_TYPEDEFS: Typedefs
47 ; EXCLUDE_ENUMS: Typedefs
/external/llvm/test/DebugInfo/PDB/
Dpdbdump-symbol-format.test23 ; TYPES_FORMAT: Typedefs
/external/antlr/antlr-3.4/runtime/C/doxygen/
Druntime.dox26 /// For example, under "API Typedefs and Structs" you will find "Base Recognizer Definition", which…
Ddoxygengroups.dox20 /// \defgroup apistructures API Typedefs and Structs
/external/clang/test/Modules/
Dredecl-merge.m80 // FIXME: Typedefs aren't actually merged in the sense of other merges, because
/external/clang/docs/
DInternalsManual.rst820 Typedefs in C make semantic analysis a bit more complex than it would be without