Home
last modified time | relevance | path

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

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