Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h107 bool AllowPCHWithCompilerErrors = false; variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h658 bool AllowPCHWithCompilerErrors, void *DeserializationListener,
667 bool AllowPCHWithCompilerErrors, Preprocessor &PP,
H A DASTUnit.h830 bool AllowPCHWithCompilerErrors = false,
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp138 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in CreateASTConsumer()
171 if (getCompilerInstance().getPreprocessorOpts().AllowPCHWithCompilerErrors) in shouldEraseOutputFiles()
H A DCompilerInstance.cpp563 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 DASTUnit.cpp1719 bool AllowPCHWithCompilerErrors, SkipFunctionBodiesScope SkipFunctionBodies, in LoadFromCommandLine() argument
1747 PPOpts.AllowPCHWithCompilerErrors = AllowPCHWithCompilerErrors; in LoadFromCommandLine()
H A DFrontendAction.cpp879 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in BeginSourceFile()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5540 MarshallingInfoFlag<PreprocessorOpts<"AllowPCHWithCompilerErrors">>,