Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessorOptions.h112 bool AllowPCHWithDifferentModulesCachePath = false; variable
/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp165 ScanInstance.getPreprocessorOpts().AllowPCHWithDifferentModulesCachePath = in runInvocation()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp816 !PPOpts.AllowPCHWithDifferentModulesCachePath) { in checkHeaderSearchOptions()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td6038 MarshallingInfoFlag<PreprocessorOpts<"AllowPCHWithDifferentModulesCachePath">>;