Home
last modified time | relevance | path

Searched refs:handleIncludeDirective (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/modularize/
H A DPreprocessorTracker.h58 virtual void handleIncludeDirective(llvm::StringRef DirectivePath,
H A DPreprocessorTracker.cpp815 void handleIncludeDirective(llvm::StringRef DirectivePath, int DirectiveLine, in handleIncludeDirective() function in Modularize::__anond6678bf10111::PreprocessorTrackerImpl
1287 PPTracker.handleIncludeDirective(HeaderPath, DirectiveLine, DirectiveColumn, in InclusionDirective()