Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/modularize/
H A DPreprocessorTracker.h65 virtual bool checkForIncludesInBlock(clang::Preprocessor &PP,
H A DModularize.cpp589 if (!PPTracker.checkForIncludesInBlock(PP, BlockRange, LinkageLabel, in VisitLinkageSpecDecl()
601 if (!PPTracker.checkForIncludesInBlock(PP, BlockRange, Label.c_str(), in VisitNamespaceDecl()
H A DPreprocessorTracker.cpp839 bool checkForIncludesInBlock(clang::Preprocessor &PP, in checkForIncludesInBlock() function in Modularize::__anond6678bf10111::PreprocessorTrackerImpl