Home
last modified time | relevance | path

Searched refs:Docs (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp387 DiffOutput Docs("Inlined Reexported Frameworks/Libraries"); in findDifferences() local
388 Docs.Kind = AD_Inline_Doc; in findDifferences()
402 Docs.Values.push_back( in findDifferences()
407 Docs.Values.push_back(std::make_unique<InlineDoc>(InlineDoc( in findDifferences()
417 Docs.Values.push_back(std::make_unique<InlineDoc>(InlineDoc( in findDifferences()
420 if (!Docs.Values.empty()) in findDifferences()
421 Output.push_back(std::move(Docs)); in findDifferences()
/llvm-project-15.0.7/clang/docs/analyzer/
H A Duser-docs.rst1 User Docs
H A Ddeveloper-docs.rst1 Developer Docs
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticCategories.h24 #define DIAG_ENTRY(GroupName, FlagNameOffset, Members, SubGroups, Docs) \ argument
H A DAttrDocs.td6344 See also `the Microsoft Docs on Inline Functions`_, `the GCC Common Function
6347 .. _the Microsoft Docs on Inline Functions: https://docs.microsoft.com/en-us/cpp/cpp/inline-functio…
/llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/
H A DDex.cpp95 [&Result](Token::Kind TK, llvm::StringMap<std::vector<DocID>> &Docs) { in build() argument
96 for (auto &E : Docs) { in build()
100 Docs = {}; in build()
/llvm-project-15.0.7/clang/tools/diagtool/
H A DDiagnosticNames.cpp69 #define DIAG_ENTRY(GroupName, FlagNameOffset, Members, SubGroups, Docs) \ argument
/llvm-project-15.0.7/llvm/docs/
H A DReportingGuide.rst104 `Carpentries Response Guide`_, and the `Write The Docs Response Guide`_.
108 .. _Write The Docs Response Guide: https://www.writethedocs.org/code-of-conduct/#guidelines-for-rep…
H A DResponseGuide.rst295 `Carpentries Response Guide`_, and the `Write The Docs Response Guide`_.
299 .. _Write The Docs Response Guide: https://www.writethedocs.org/code-of-conduct/#guidelines-for-rep…
H A DDiscourseMigrationGuide.md127 <tr><td>Docs</td><td>Obsolete</td></tr>
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/
H A DREADME.rst35 `Docs on ReadTheDocs <https://pexpect.readthedocs.io/>`_
/llvm-project-15.0.7/clang/lib/Basic/
H A DDiagnosticIDs.cpp622 #define DIAG_ENTRY(GroupName, FlagNameOffset, Members, SubGroups, Docs) \ argument
623 {FlagNameOffset, Members, SubGroups, Docs},
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DREADME.md66 …uire you to create a [launch configuration](https://code.visualstudio.com/Docs/editor/debugging#_l…
72 …ode you will need to create a [launch.json](https://code.visualstudio.com/Docs/editor/debugging#_l…
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangAttrEmitter.cpp4490 std::vector<Record *> Docs = A->getValueAsListOfDefs("Documentation"); in EmitClangAttrDocTable() local
4491 assert(!Docs.empty()); in EmitClangAttrDocTable()
4495 Docs.front()->getValueAsOptionalString("Content").value_or(""); in EmitClangAttrDocTable()
4706 std::vector<Record *> Docs = Attr.getValueAsListOfDefs("Documentation"); in EmitClangAttrDocs() local
4707 for (const auto *D : Docs) { in EmitClangAttrDocs()
4715 if (InternalOnly && Docs.size() > 1) in EmitClangAttrDocs()
/llvm-project-15.0.7/clang/docs/
H A DOpenCLSupport.rst316 <https://github.com/KhronosGroup/OpenCL-Docs/releases/tag/cxxforopencl-docrev2021.12>`_.
H A DUsersManual.rst3444 <https://github.com/KhronosGroup/OpenCL-Docs/releases/tag/cxxforopencl-docrev2021.12>`_.