Searched refs:AllowPCHWithCompilerErrors (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | PreprocessorOptions.h | 107 bool AllowPCHWithCompilerErrors = false; variable
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 658 bool AllowPCHWithCompilerErrors, void *DeserializationListener, 667 bool AllowPCHWithCompilerErrors, Preprocessor &PP,
|
| H A D | ASTUnit.h | 830 bool AllowPCHWithCompilerErrors = false,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 138 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in CreateASTConsumer() 171 if (getCompilerInstance().getPreprocessorOpts().AllowPCHWithCompilerErrors) in shouldEraseOutputFiles()
|
| H A D | CompilerInstance.cpp | 563 bool AllowPCHWithCompilerErrors, void *DeserializationListener, in createPCHExternalASTSource() argument 568 AllowPCHWithCompilerErrors, getPreprocessor(), getModuleCache(), in createPCHExternalASTSource() 578 bool AllowPCHWithCompilerErrors, Preprocessor &PP, in createPCHExternalASTSource() argument 590 AllowPCHWithCompilerErrors, /*AllowConfigurationMismatch*/ false, in createPCHExternalASTSource()
|
| H A D | ASTUnit.cpp | 1719 bool AllowPCHWithCompilerErrors, SkipFunctionBodiesScope SkipFunctionBodies, in LoadFromCommandLine() argument 1747 PPOpts.AllowPCHWithCompilerErrors = AllowPCHWithCompilerErrors; in LoadFromCommandLine()
|
| H A D | FrontendAction.cpp | 879 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in BeginSourceFile()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 5540 MarshallingInfoFlag<PreprocessorOpts<"AllowPCHWithCompilerErrors">>,
|