Lines Matching defs:td

76 The ``Diagnostic*Kinds.td`` files
80 ``clang/Basic/Diagnostic*Kinds.td`` files, depending on what library will be
206 ``DiagnosticKinds.td`` file. This avoids the diagnostic wrapping when
424 Now that you've created the diagnostic in the ``Diagnostic*Kinds.td`` file, you
441 (which matches the name from ``Diagnostic*Kinds.td``). If the diagnostic takes
659 the driver options in ``clang/Driver/Options.td``. The information making up an
704 ``clang/include/clang/Driver/Options.td``. This is done by instantiating the
705 ``Option`` class (defined in ``llvm/include/llvm/Option/OptParser.td``). The
724 // Options.td
743 // Options.td
777 // Options.td
853 // Options.td
2899 definition given in Attr.td. This definition is used to automatically generate
2905 ``include/clang/Basic/Attr.td``
2908 `include/clang/Basic/Attr.td
2909 <https://github.com/llvm/llvm-project/blob/main/clang/include/clang/Basic/Attr.td>`_.
3010 in ``DeclNodes.td``, or a statement node defined in ``StmtNodes.td``. However,
3027 stand-alone definition in `include/clang/Basic/AttrDocs.td
3028 <https://github.com/llvm/llvm-project/blob/main/clang/include/clang/Basic/AttrDocs.td>`_
3034 added to AttrDocs.td.
3059 clang-tblgen -gen-attr-docs -I /path/to/clang/include /path/to/clang/include/clang/Basic/Attr.td -o /path/to/clang/docs/AttributeReference.rst
3178 `include/clang/Basic/DiagnosticGroups.td
3179 <https://github.com/llvm/llvm-project/blob/main/clang/include/clang/Basic/DiagnosticGroups.td>`_
3182 directly in `DiagnosticSemaKinds.td
3183 <https://github.com/llvm/llvm-project/blob/main/clang/include/clang/Basic/DiagnosticSemaKinds.td>`_
3266 the node in ``include/Basic/StmtNodes.td`` and creating a new class for your