Home
last modified time | relevance | path

Searched refs:AllowPCHWithCompilerErrors (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessorOptions.h85 bool AllowPCHWithCompilerErrors = false; variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h666 bool AllowPCHWithCompilerErrors,
675 bool AllowPCHWithCompilerErrors, Preprocessor &PP, ASTContext &Context,
H A DASTUnit.h689 bool CaptureDiagnostics = false, bool AllowPCHWithCompilerErrors = false,
819 bool AllowPCHWithCompilerErrors = false,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendActions.cpp115 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in CreateASTConsumer()
152 if (getCompilerInstance().getPreprocessorOpts().AllowPCHWithCompilerErrors) in shouldEraseOutputFiles()
H A DCompilerInstance.cpp488 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 DASTUnit.cpp738 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 DFrontendAction.cpp863 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, DeserialListener, in BeginSourceFile()
H A DCompilerInvocation.cpp3088 Opts.AllowPCHWithCompilerErrors = Args.hasArg(OPT_fallow_pch_with_errors); in ParsePreprocessorArgs()