• Home
  • Raw
  • Download

Lines Matching +refs:clang +refs:completion +refs:mode +refs:map

80 ``clang/Basic/Diagnostic*Kinds.td`` files, depending on what library will be
110 you to map almost any diagnostic to the output level that you want. The only
430 mentioned, the diagnostic machinery goes through some filtering to map a
444 mode. Instead of formatting and printing out the diagnostics, this
448 documentation for the ``-verify`` mode can be found in the Clang API
522 To map from this representation to a character-based representation, the "last"
531 The clang Driver and library are documented :doc:`here <DriverInternals>`.
599 not reading in "raw" mode) this contains a pointer to the unique hash value
731 * The lexer can operate in "raw" mode. This mode has several features that
734 This mode is used for lexing within an "``#if 0``" block, for example.
736 support the ``-C`` preprocessor mode, which passes comments through, and is
738 * The lexer can be in ``ParsingFilename`` mode, which happens when
739 preprocessing after reading a ``#include`` directive. This mode changes the
743 ``ParsingPreprocessorDirective`` mode is entered. This changes the parser to
1630 <//clang.llvm.org/docs/AttributeReference.html>`_.
1659 derived from ``clang::Attr``, information for the parser to use, automated
1663 ``include/clang/Basic/Attr.td``
1666 `include/clang/Basic/Attr.td
1667 <http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/Attr.td?view=markup>`_.
1679 attribute is supported by another vendor but not supported by clang.
1703 ``"clang"``.
1713 be used by Clang, it should set the namespace to ``"clang"``.
1728 in `include/clang/Sema/AttributeList.h
1729 <http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/AttributeList.h?view=markup>`_
1753 stand-alone definition in `include/clang/Basic/AttrDocs.td
1754 <http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/AttdDocs.td?view=markup>`_
1782 Local testing requires a fresh build of clang-tblgen. To generate the attribute
1785clang-tblgen -gen-attr-docs -I /path/to/clang/include /path/to/clang/include/clang/Basic/Attr.td -…
1900 `include/clang/Basic/DiagnosticGroups.td
1901 <http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticGroups.td?view=markup>…
1905 <http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td?view=mark…
1919 The ``clang::Decl`` object can be queried for the presence or absence of an
1940 to produce great diagnostics and support Clang's various features that map
2017 * Inspect the generated AST by printing it using ``clang -cc1 -ast-print``,
2020 * Inspect the generated AST under ``clang -cc1 -ast-dump`` to verify that
2038 ``ConvertTypeForMem`` that convert Clang's types (``clang::Type*`` or
2039 ``clang::QualType``) to LLVM types. Use the former for values, and the
2055 * Testing is extremely important in IR generation. Use ``clang -cc1
2089 * Add code completion support for your expression in