Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessorOptions.h108 bool AllowPCHWithCompilerErrors = false; variable
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h659 bool AllowPCHWithCompilerErrors, void *DeserializationListener,
668 bool AllowPCHWithCompilerErrors, Preprocessor &PP,
H A DASTUnit.h832 bool AllowPCHWithCompilerErrors = false,
/llvm-project-15.0.7/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.cpp142 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in CreateASTConsumer()
175 if (getCompilerInstance().getPreprocessorOpts().AllowPCHWithCompilerErrors) in shouldEraseOutputFiles()
H A DASTUnit.cpp1716 bool AllowPCHWithCompilerErrors, SkipFunctionBodiesScope SkipFunctionBodies, in LoadFromCommandLine() argument
1748 PPOpts.AllowPCHWithCompilerErrors = AllowPCHWithCompilerErrors; in LoadFromCommandLine()
H A DFrontendAction.cpp968 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in BeginSourceFile()
/llvm-project-15.0.7/clang/tools/libclang/
H A DIndexing.cpp594 PPOpts.AllowPCHWithCompilerErrors = true; in clang_indexSourceFile_Impl()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td6033 MarshallingInfoFlag<PreprocessorOpts<"AllowPCHWithCompilerErrors">>,