Home
last modified time | relevance | path

Searched refs:AllowPCHWithCompilerErrors (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h115 bool AllowPCHWithCompilerErrors = false; variable
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h712 bool AllowPCHWithCompilerErrors, void *DeserializationListener,
721 bool AllowPCHWithCompilerErrors, Preprocessor &PP, ModuleCache &ModCache,
H A DASTUnit.h860 bool AllowPCHWithCompilerErrors = false,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp611 bool AllowPCHWithCompilerErrors, void *DeserializationListener, in createPCHExternalASTSource() argument
616 AllowPCHWithCompilerErrors, getPreprocessor(), getModuleCache(), in createPCHExternalASTSource()
626 bool AllowPCHWithCompilerErrors, Preprocessor &PP, ModuleCache &ModCache, in createPCHExternalASTSource() argument
638 AllowPCHWithCompilerErrors, /*AllowConfigurationMismatch*/ false, in createPCHExternalASTSource()
H A DFrontendActions.cpp143 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in CreateASTConsumer()
177 if (getCompilerInstance().getPreprocessorOpts().AllowPCHWithCompilerErrors) in shouldEraseOutputFiles()
H A DASTUnit.cpp1780 bool AllowPCHWithCompilerErrors, SkipFunctionBodiesScope SkipFunctionBodies, in LoadFromCommandLine() argument
1817 PPOpts.AllowPCHWithCompilerErrors = AllowPCHWithCompilerErrors; in LoadFromCommandLine()
H A DFrontendAction.cpp1145 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in BeginSourceFile()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td8428 MarshallingInfoFlag<PreprocessorOpts<"AllowPCHWithCompilerErrors">>,