Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessorOptions.h113 bool AllowPCHWithDifferentModulesCachePath = false; variable
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp188 ScanInstance.getPreprocessorOpts().AllowPCHWithDifferentModulesCachePath = in runInvocation()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp817 !PPOpts.AllowPCHWithDifferentModulesCachePath) { in checkHeaderSearchOptions()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td6232 MarshallingInfoFlag<PreprocessorOpts<"AllowPCHWithDifferentModulesCachePath">>;