Searched defs:DeserializationListener (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DMultiplexConsumer.h83 std::unique_ptr<MultiplexASTDeserializationListener> DeserializationListener; member in class:clang::MultiplexConsumer
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp493 createPCHExternalASTSource( StringRef Path, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, void *DeserializationListener, bool OwnDeserializationListener) argument
506 createPCHExternalASTSource( StringRef Path, StringRef Sysroot, bool DisablePCHValidation, 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
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h403 ASTDeserializationListener *DeserializationListener = nullptr; member in class:clang::ASTReader

Completed in 131 milliseconds