Searched refs:AllowPCHWithCompilerErrors (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PreprocessorOptions.h | 115 bool AllowPCHWithCompilerErrors = false; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 735 bool AllowPCHWithCompilerErrors, void *DeserializationListener, 744 bool AllowPCHWithCompilerErrors, Preprocessor &PP,
|
H A D | ASTUnit.h | 845 bool AllowPCHWithCompilerErrors = false,
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 612 bool AllowPCHWithCompilerErrors, void *DeserializationListener, in createPCHExternalASTSource() argument 617 AllowPCHWithCompilerErrors, getPreprocessor(), getModuleCache(), in createPCHExternalASTSource() 627 bool AllowPCHWithCompilerErrors, Preprocessor &PP, in createPCHExternalASTSource() argument 639 AllowPCHWithCompilerErrors, /*AllowConfigurationMismatch*/ false, in createPCHExternalASTSource()
|
H A D | FrontendActions.cpp | 143 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in CreateASTConsumer() 177 if (getCompilerInstance().getPreprocessorOpts().AllowPCHWithCompilerErrors) in shouldEraseOutputFiles()
|
H A D | ASTUnit.cpp | 1767 bool AllowPCHWithCompilerErrors, SkipFunctionBodiesScope SkipFunctionBodies, in LoadFromCommandLine() argument 1804 PPOpts.AllowPCHWithCompilerErrors = AllowPCHWithCompilerErrors; in LoadFromCommandLine()
|
H A D | FrontendAction.cpp | 997 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in BeginSourceFile()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 7886 MarshallingInfoFlag<PreprocessorOpts<"AllowPCHWithCompilerErrors">>,
|