Home
last modified time | relevance | path

Searched refs:scanSourceForDependencyDirectives (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DDependencyDirectivesScanner.h113 bool scanSourceForDependencyDirectives(
/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp65 if (scanSourceForDependencyDirectives(Contents->Original->getBuffer(), in scanForDirectivesIfNecessary()
/llvm-project-15.0.7/clang/unittests/Lex/
H A DDependencyDirectivesScannerTest.cpp24 if (scanSourceForDependencyDirectives(Input, Tokens, Directives)) in minimizeSourceToDependencyDirectives()
/llvm-project-15.0.7/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp821 bool clang::scanSourceForDependencyDirectives( in scanSourceForDependencyDirectives() function in clang
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp1163 if (scanSourceForDependencyDirectives( in ExecuteAction()