Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h119 bool AllowPCHWithDifferentModulesCachePath = false; variable
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp334 ScanInstance.getPreprocessorOpts().AllowPCHWithDifferentModulesCachePath = in runInvocation()
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp874 if (!LangOpts.Modules || PPOpts.AllowPCHWithDifferentModulesCachePath ||
/llvm-project/clang/include/clang/Driver/
H A DOptions.td8171 MarshallingInfoFlag<PreprocessorOpts<"AllowPCHWithDifferentModulesCachePath">>;