Searched defs:PCHContainerRdr (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/Serialization/
H A DModuleManager.h72 const PCHContainerReader &PCHContainerRdr; member in class:clang::serialization::ModuleManager
H A DASTReader.h430 const PCHContainerReader &PCHContainerRdr; member in class:clang::ASTReader
/openbsd-current/gnu/llvm/clang/lib/ARCMigrate/
H A DARCMT.cpp172 createInvocationForMigration(CompilerInvocation &origCI, const PCHContainerReader &PCHContainerRdr) argument
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DModuleManager.cpp337 ModuleManager(FileManager &FileMgr, InMemoryModuleCache &ModuleCache, const PCHContainerReader &PCHContainerRdr, const HeaderSearch &HeaderSearchInfo) argument
H A DGlobalModuleIndex.cpp414 const PCHContainerReader &PCHContainerRdr; member in class:__anon895::GlobalModuleIndexBuilder
455 GlobalModuleIndexBuilder( FileManager &FileMgr, const PCHContainerReader &PCHContainerRdr) argument
852 writeIndex(FileManager &FileMgr, const PCHContainerReader &PCHContainerRdr, StringRef Path) argument
H A DASTReader.cpp5105 getOriginalSourceFile( const std::string &ASTFileName, FileManager &FileMgr, const PCHContainerReader &PCHContainerRdr, DiagnosticsEngine &Diags) argument
5220 readASTFileControlBlock( StringRef Filename, FileManager &FileMgr, const InMemoryModuleCache &ModuleCache, const PCHContainerReader &PCHContainerRdr, bool FindModuleFileExtensions, ASTReaderListener &Listener, bool ValidateDiagnosticOptions) argument
5495 isAcceptableASTFile(StringRef Filename, FileManager &FileMgr, const InMemoryModuleCache &ModuleCache, const PCHContainerReader &PCHContainerRdr, const LangOptions &LangOpts, const TargetOptions &TargetOpts, const PreprocessorOptions &PPOpts, StringRef ExistingModuleCachePath, bool RequireStrictOptionMatches) argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp82 AddImplicitIncludePCH(MacroBuilder &Builder, Preprocessor &PP, const PCHContainerReader &PCHContainerRdr, StringRef ImplicitIncludePCH) argument
1310 InitializePreprocessor( Preprocessor &PP, const PreprocessorOptions &InitOpts, const PCHContainerReader &PCHContainerRdr, const FrontendOptions &FEOpts) argument
H A DCompilerInstance.cpp632 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) argument
H A DASTUnit.cpp785 LoadFromASTFile( const std::string &Filename, const PCHContainerReader &PCHContainerRdr, WhatToLoad ToLoad, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, const FileSystemOptions &FileSystemOpts, bool UseDebugInfo, bool OnlyLocalDecls, CaptureDiagsKind CaptureDiagnostics, bool AllowASTWithCompilerErrors, bool UserFilesAreVolatile, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) argument

Completed in 308 milliseconds