Searched refs:AllowPCHWithCompilerErrors (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | PreprocessorOptions.h | 107 bool AllowPCHWithCompilerErrors = false; variable
|
/netbsd-src/external/apache2/llvm/dist/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,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 117 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in CreateASTConsumer() 150 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 | 1718 bool AllowPCHWithCompilerErrors, SkipFunctionBodiesScope SkipFunctionBodies, in LoadFromCommandLine() argument 1746 PPOpts.AllowPCHWithCompilerErrors = AllowPCHWithCompilerErrors; in LoadFromCommandLine()
|
H A D | FrontendAction.cpp | 879 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in BeginSourceFile()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | Indexing.cpp | 591 PPOpts.AllowPCHWithCompilerErrors = true; in clang_indexSourceFile_Impl()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | Options.td | 5476 MarshallingInfoFlag<PreprocessorOpts<"AllowPCHWithCompilerErrors">>,
|