Home
last modified time | relevance | path

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

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