Home
last modified time | relevance | path

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

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