Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h115 bool AllowPCHWithCompilerErrors = false; variable
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h693 bool AllowPCHWithCompilerErrors, void *DeserializationListener,
702 bool AllowPCHWithCompilerErrors, Preprocessor &PP,
H A DASTUnit.h842 bool AllowPCHWithCompilerErrors = false,
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp613 bool AllowPCHWithCompilerErrors, void *DeserializationListener, in createPCHExternalASTSource() argument
618 AllowPCHWithCompilerErrors, getPreprocessor(), getModuleCache(), in createPCHExternalASTSource()
628 bool AllowPCHWithCompilerErrors, Preprocessor &PP, in createPCHExternalASTSource() argument
640 AllowPCHWithCompilerErrors, /*AllowConfigurationMismatch*/ false, in createPCHExternalASTSource()
H A DFrontendActions.cpp143 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in CreateASTConsumer()
177 if (getCompilerInstance().getPreprocessorOpts().AllowPCHWithCompilerErrors) in shouldEraseOutputFiles()
H A DASTUnit.cpp1754 bool AllowPCHWithCompilerErrors, SkipFunctionBodiesScope SkipFunctionBodies, in LoadFromCommandLine() argument
1791 PPOpts.AllowPCHWithCompilerErrors = AllowPCHWithCompilerErrors; in LoadFromCommandLine()
H A DFrontendAction.cpp988 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in BeginSourceFile()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7572 MarshallingInfoFlag<PreprocessorOpts<"AllowPCHWithCompilerErrors">>,