/llvm-project/clang/include/clang/Lex/ |
H A D | PreprocessorOptions.h | 115 bool AllowPCHWithCompilerErrors = false; variable
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 740 bool AllowPCHWithCompilerErrors, void *DeserializationListener, 749 bool AllowPCHWithCompilerErrors, Preprocessor &PP,
|
H A D | ASTUnit.h | 845 bool AllowPCHWithCompilerErrors = false,
|
/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 613 bool AllowPCHWithCompilerErrors, void *DeserializationListener, in createPCHExternalASTSource() 618 AllowPCHWithCompilerErrors, getPreprocessor(), getModuleCache(), in createPCHExternalASTSource() 628 bool AllowPCHWithCompilerErrors, Preprocessor &PP, in createPCHExternalASTSource() 640 AllowPCHWithCompilerErrors, /*AllowConfigurationMismatch*/ false, in createPCHExternalASTSource() 612 createPCHExternalASTSource(StringRef Path,DisableValidationForModuleKind DisableValidation,bool AllowPCHWithCompilerErrors,void * DeserializationListener,bool OwnDeserializationListener) createPCHExternalASTSource() argument 627 createPCHExternalASTSource(StringRef Path,StringRef Sysroot,DisableValidationForModuleKind DisableValidation,bool AllowPCHWithCompilerErrors,Preprocessor & PP,InMemoryModuleCache & ModuleCache,ASTContext & Context,const PCHContainerReader & PCHContainerRdr,ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions,ArrayRef<std::shared_ptr<DependencyCollector>> DependencyCollectors,void * DeserializationListener,bool OwnDeserializationListener,bool Preamble,bool UseGlobalModuleIndex) createPCHExternalASTSource() argument
|
H A D | FrontendActions.cpp | 144 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in CreateASTConsumer() 178 if (getCompilerInstance().getPreprocessorOpts().AllowPCHWithCompilerErrors) in shouldEraseOutputFiles()
|
H A D | ASTUnit.cpp | 1774 bool AllowPCHWithCompilerErrors, SkipFunctionBodiesScope SkipFunctionBodies, in LoadFromCommandLine() 1811 PPOpts.AllowPCHWithCompilerErrors = AllowPCHWithCompilerErrors; in LoadFromCommandLine() 1767 LoadFromCommandLine(const char ** ArgBegin,const char ** ArgEnd,std::shared_ptr<PCHContainerOperations> PCHContainerOps,IntrusiveRefCntPtr<DiagnosticsEngine> Diags,StringRef ResourceFilesPath,bool StorePreamblesInMemory,StringRef PreambleStoragePath,bool OnlyLocalDecls,CaptureDiagsKind CaptureDiagnostics,ArrayRef<RemappedFile> RemappedFiles,bool RemappedFilesKeepOriginalName,unsigned PrecompilePreambleAfterNParses,TranslationUnitKind TUKind,bool CacheCodeCompletionResults,bool IncludeBriefCommentsInCodeCompletion,bool AllowPCHWithCompilerErrors,SkipFunctionBodiesScope SkipFunctionBodies,bool SingleFileParse,bool UserFilesAreVolatile,bool ForSerialization,bool RetainExcludedConditionalBlocks,std::optional<StringRef> ModuleFormat,std::unique_ptr<ASTUnit> * ErrAST,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) LoadFromCommandLine() argument
|
H A D | FrontendAction.cpp | 996 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in BeginSourceFile()
|
/llvm-project/clang/tools/libclang/ |
H A D | Indexing.cpp | 594 PPOpts.AllowPCHWithCompilerErrors = true; in clang_indexSourceFile_Impl()
|
/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 8166 MarshallingInfoFlag<PreprocessorOpts<"AllowPCHWithCompilerErrors">>,
|