Lines Matching +refs:llvm +refs:mode +refs:syntax +refs:table

22 `data-structures <http://llvm.org/docs/ProgrammersManual.html>`_, including
257 The parser is very unforgiving. A syntax error, even whitespace, will abort,
365 semicolon at the end of a statement or a use of deprecated syntax that is
444 mode. Instead of formatting and printing out the diagnostics, this
448 documentation for the ``-verify`` mode can be found in the Clang API
511 .. mostly taken from http://lists.llvm.org/pipermail/cfe-dev/2010-August/010595.html
539 `LLVM bitstream format <http://llvm.org/docs/BitCodeFormat.html>`_.
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
1090 number of declarations) or hash table (for declaration contexts with more
1326 maintaining the lookup table used for the semantics-centric view. Given a
1617 <//llvm.org/docs/LangRef.html>`_ from it.
1630 <//clang.llvm.org/docs/AttributeReference.html>`_.
1640 information provided by the table definition of the attribute. Ultimately, the
1667 <http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/Attr.td?view=markup>`_.
1699 ``GNU`` Spelled with a GNU-style ``__attribute__((attr))`` syntax and
1701 ``CXX11`` Spelled with a C++-style ``[[attr]]`` syntax. If the attribute
1704 ``Declspec`` Spelled with a Microsoft-style ``__declspec(attr)`` syntax.
1729 <http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/AttributeList.h?view=markup>`_
1732 <http://llvm.org/viewvc/llvm-project/cfe/trunk/utils/TableGen/ClangAttrEmitter.cpp?view=markup>`_
1751 Documentation is table generated on the public web server by a server-side
1754 <http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/AttdDocs.td?view=markup>`_
1778 using reStructuredText (RST) syntax.
1805 <http://llvm.org/viewvc/llvm-project/cfe/trunk/utils/TableGen/ClangAttrEmitter.cpp?view=markup>`_
1817 <http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Parse/ParseDecl.cpp?view=markup>`_
1840 not table generated nodes, new language options must be created manually and
1885 <http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaDeclAttr.cpp?view=markup>`_,
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…
2056 -emit-llvm`` and `FileCheck
2057 <http://llvm.org/docs/CommandGuide/FileCheck.html>`_ to verify that you're
2094 as syntax highlighting, cross-referencing, and so on. The