Searched refs:AllowPCHWithCompilerErrors (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
| H A D | PreprocessorOptions.h | 109 bool AllowPCHWithCompilerErrors = false; variable
|
| /openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 661 bool AllowPCHWithCompilerErrors, void *DeserializationListener, 670 bool AllowPCHWithCompilerErrors, Preprocessor &PP,
|
| H A D | ASTUnit.h | 831 bool AllowPCHWithCompilerErrors = false,
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 620 bool AllowPCHWithCompilerErrors, void *DeserializationListener, in createPCHExternalASTSource() argument 625 AllowPCHWithCompilerErrors, getPreprocessor(), getModuleCache(), in createPCHExternalASTSource() 635 bool AllowPCHWithCompilerErrors, Preprocessor &PP, in createPCHExternalASTSource() argument 647 AllowPCHWithCompilerErrors, /*AllowConfigurationMismatch*/ false, in createPCHExternalASTSource()
|
| H A D | FrontendActions.cpp | 143 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in CreateASTConsumer() 176 if (getCompilerInstance().getPreprocessorOpts().AllowPCHWithCompilerErrors) in shouldEraseOutputFiles()
|
| H A D | ASTUnit.cpp | 1744 bool AllowPCHWithCompilerErrors, SkipFunctionBodiesScope SkipFunctionBodies, in LoadFromCommandLine() argument 1775 PPOpts.AllowPCHWithCompilerErrors = AllowPCHWithCompilerErrors; in LoadFromCommandLine()
|
| H A D | FrontendAction.cpp | 983 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in BeginSourceFile()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | Indexing.cpp | 594 PPOpts.AllowPCHWithCompilerErrors = true; in clang_indexSourceFile_Impl()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Options.td | 6227 MarshallingInfoFlag<PreprocessorOpts<"AllowPCHWithCompilerErrors">>,
|