Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h119 bool AllowPCHWithDifferentModulesCachePath = false; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp179 ScanInstance.getPreprocessorOpts().AllowPCHWithDifferentModulesCachePath = in runInvocation()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp842 !PPOpts.AllowPCHWithDifferentModulesCachePath) { in checkHeaderSearchOptions()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7577 MarshallingInfoFlag<PreprocessorOpts<"AllowPCHWithDifferentModulesCachePath">>;