Home
last modified time | relevance | path

Searched refs:Modularize (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang-tools-extra/docs/
H A DModularizeUsage.rst2 Modularize Usage
10 `Modularize Command Line Options`.
14 terms of syntax. Modularize will extract the header file names
49 Modularize Command Line Options
H A Dmodularize.rst4 Modularize User's Manual
49 What Modularize Checks
52 Modularize will check for the following:
62 Modularize will do normal C/C++ parsing, reporting normal errors and warnings,
/llvm-project/clang-tools-extra/modularize/
H A DCMakeLists.txt8 Modularize.cpp
H A DPreprocessorTracker.h19 namespace Modularize {
H A DCoverageChecker.h32 namespace Modularize {
H A DModularizeUtilities.h33 namespace Modularize {
H A DCoverageChecker.cpp73 using namespace Modularize;
H A DModularizeUtilities.cpp29 using namespace Modularize;
H A DModularize.cpp1 //===- extra/modularize/Modularize.cpp - Check modularized headers --------===//
22 // Modularize takes as input either one or more module maps (by default,
27 // terms of syntax. Modularize will extract the header file names
42 // Modularize also accepts regular clang front-end arguments.
174 // Modularize also has an option ("-module-map-path=module.modulemap") that will
227 #include "Modularize.h"
261 using namespace Modularize;
H A DPreprocessorTracker.cpp255 namespace Modularize { namespace
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/modularize/
H A DBUILD.gn17 "Modularize.cpp",