Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DDependencyDirectivesSourceMinimizer.h103 bool minimizeSourceToDependencyDirectives(
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp39 if (!Minimize || minimizeSourceToDependencyDirectives( in createFileEntry()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesSourceMinimizer.cpp954 bool clang::minimizeSourceToDependencyDirectives( in minimizeSourceToDependencyDirectives() function in clang
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp974 if (minimizeSourceToDependencyDirectives( in ExecuteAction()