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

/external/clang/include/clang/Frontend/
H A DMultiplexConsumer.h57 OwningPtr<MultiplexASTDeserializationListener> DeserializationListener; member in class:clang::MultiplexConsumer
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp293 void *DeserializationListener){
300 DeserializationListener,
314 void *DeserializationListener,
325 static_cast<ASTDeserializationListener *>(DeserializationListener));
290 createPCHExternalASTSource(StringRef Path, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, void *DeserializationListener) argument
308 createPCHExternalASTSource(StringRef Path, const std::string &Sysroot, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, Preprocessor &PP, ASTContext &Context, void *DeserializationListener, bool Preamble, bool UseGlobalModuleIndex) argument
/external/clang/include/clang/Serialization/
H A DASTReader.h275 ASTDeserializationListener *DeserializationListener; member in class:clang::ASTReader

Completed in 364 milliseconds