Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h115 bool AllowPCHWithCompilerErrors = false; variable
/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h740 bool AllowPCHWithCompilerErrors, void *DeserializationListener,
749 bool AllowPCHWithCompilerErrors, Preprocessor &PP,
H A DASTUnit.h845 bool AllowPCHWithCompilerErrors = false,
/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp613 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 DFrontendActions.cpp144 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in CreateASTConsumer()
178 if (getCompilerInstance().getPreprocessorOpts().AllowPCHWithCompilerErrors) in shouldEraseOutputFiles()
H A DASTUnit.cpp1774 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 DFrontendAction.cpp996 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in BeginSourceFile()
/llvm-project/clang/tools/libclang/
H A DIndexing.cpp594 PPOpts.AllowPCHWithCompilerErrors = true; in clang_indexSourceFile_Impl()
/llvm-project/clang/include/clang/Driver/
H A DOptions.td8166 MarshallingInfoFlag<PreprocessorOpts<"AllowPCHWithCompilerErrors">>,