Searched defs:DeserializationListener (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/Frontend/ |
H A D | MultiplexConsumer.h | 85 std::unique_ptr<MultiplexASTDeserializationListener> DeserializationListener; global() variable
|
/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 612 createPCHExternalASTSource(StringRef Path,DisableValidationForModuleKind DisableValidation,bool AllowPCHWithCompilerErrors,void * DeserializationListener,bool OwnDeserializationListener) createPCHExternalASTSource() argument 632 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
|
/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 425 ASTDeserializationListener *DeserializationListener = nullptr; global() variable
|