Lines Matching +full:html +full:- +full:export
45 .. _Getting Started with the LLVM System: https://llvm.org/docs/GettingStarted.html
46 .. _Building LLVM with CMake: https://llvm.org/docs/CMake.html
47 .. _Clang Tools Documentation: https://clang.llvm.org/docs/ClangTools.html
112 .. _module-map-coverage:
120 considers headers (no extension, .h, or .inc--if you need more, modify the
144 map coverage check, use the ``-coverage-check-only option``.
148 modularize -coverage-check-only module.modulemap
150 .. _module-map-generation:
155 If you specify the ``-module-map-path=<module map file>``,
176 // Generated by: modularize -module-map-path=Output/NoProblemsAssistant.txt \
177 -root-module=Root NoProblemsAssistant.modularize
181 export *
185 export *
190 export *
194 export *
200 export *
204 export *
207 export *
210 An optional ``-root-module=<root-name>`` option can be used to cause a root module
213 An optional ``-problem-files-list=<problem-file-name>`` can be used to input
214 a list of files to be excluded, perhaps as a temporary stop-gap measure until
220 // Generated by: modularize -module-map-path=Output/NoProblemsAssistant.txt \
221 -root-module=Root NoProblemsAssistant.modularize
226 export *
230 export *
235 export *
239 export *
245 export *
249 export *
252 export *
265 `Lexical structure <https://clang.llvm.org/docs/Modules.html#lexical-structure>`_