Home
last modified time | relevance | path

Searched refs:printDependencyDirectivesAsSource (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DDependencyDirectivesScanner.h129 void printDependencyDirectivesAsSource(
/llvm-project-15.0.7/clang/unittests/Lex/
H A DDependencyDirectivesScannerTest.cpp28 printDependencyDirectivesAsSource(Input, Directives, OS); in minimizeSourceToDependencyDirectives()
/llvm-project-15.0.7/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp828 void clang::printDependencyDirectivesAsSource( in printDependencyDirectivesAsSource() function in clang
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp1183 printDependencyDirectivesAsSource(FromFile.getBuffer(), Directives, in ExecuteAction()