Home
last modified time | relevance | path

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

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