Searched refs:AllowPCHWithCompilerErrors (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/ |
| H A D | PreprocessorOptions.h | 85 bool AllowPCHWithCompilerErrors = false; variable
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 666 bool AllowPCHWithCompilerErrors, 675 bool AllowPCHWithCompilerErrors, Preprocessor &PP, ASTContext &Context,
|
| H A D | ASTUnit.h | 689 bool CaptureDiagnostics = false, bool AllowPCHWithCompilerErrors = false, 819 bool AllowPCHWithCompilerErrors = false,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 115 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in CreateASTConsumer() 152 if (getCompilerInstance().getPreprocessorOpts().AllowPCHWithCompilerErrors) in shouldEraseOutputFiles()
|
| H A D | CompilerInstance.cpp | 488 StringRef Path, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, in createPCHExternalASTSource() argument 493 AllowPCHWithCompilerErrors, getPreprocessor(), getASTContext(), in createPCHExternalASTSource() 505 bool AllowPCHWithCompilerErrors, Preprocessor &PP, ASTContext &Context, in createPCHExternalASTSource() argument 517 AllowPCHWithCompilerErrors, /*AllowConfigurationMismatch*/ false, in createPCHExternalASTSource()
|
| H A D | ASTUnit.cpp | 738 bool CaptureDiagnostics, bool AllowPCHWithCompilerErrors, in LoadFromASTFile() argument 798 AllowPCHWithCompilerErrors); in LoadFromASTFile() 1710 bool AllowPCHWithCompilerErrors, SkipFunctionBodiesScope SkipFunctionBodies, in LoadFromCommandLine() argument 1737 PPOpts.AllowPCHWithCompilerErrors = AllowPCHWithCompilerErrors; in LoadFromCommandLine()
|
| H A D | FrontendAction.cpp | 863 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, DeserialListener, in BeginSourceFile()
|
| H A D | CompilerInvocation.cpp | 3088 Opts.AllowPCHWithCompilerErrors = Args.hasArg(OPT_fallow_pch_with_errors); in ParsePreprocessorArgs()
|