Home
last modified time | relevance | path

Searched refs:reportInconsistentMacros (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/modularize/
H A DPreprocessorTracker.h72 virtual bool reportInconsistentMacros(llvm::raw_ostream &OS) = 0;
H A DModularize.cpp957 if (PPTracker->reportInconsistentMacros(errs())) in main()
H A DPreprocessorTracker.cpp1123 bool reportInconsistentMacros(llvm::raw_ostream &OS) override { in reportInconsistentMacros() function in Modularize::__anond6678bf10111::PreprocessorTrackerImpl