Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h203 DependencyDirectivesForFile; variable
/llvm-project/clang/unittests/Lex/
H A DPPDependencyDirectivesTest.cpp120 PPOpts->DependencyDirectivesForFile = [&](FileEntryRef File) in TEST_F()
/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp95 if (getPreprocessorOpts().DependencyDirectivesForFile && in EnterSourceFile()
100 getPreprocessorOpts().DependencyDirectivesForFile(*File)) { in EnterSourceFile()
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp360 ScanInstance.getPreprocessorOpts().DependencyDirectivesForFile = in runInvocation()