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

/external/clang/include/clang/Frontend/
H A DMultiplexConsumer.h58 std::unique_ptr<MultiplexASTDeserializationListener> DeserializationListener; member in class:clang::MultiplexConsumer
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp390 void *DeserializationListener, bool OwnDeserializationListener) {
396 DeserializationListener, OwnDeserializationListener, Preamble,
405 void *DeserializationListener, bool OwnDeserializationListener,
419 static_cast<ASTDeserializationListener *>(DeserializationListener),
388 createPCHExternalASTSource( StringRef Path, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, void *DeserializationListener, bool OwnDeserializationListener) argument
402 createPCHExternalASTSource( StringRef Path, const std::string &Sysroot, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, Preprocessor &PP, ASTContext &Context, void *DeserializationListener, bool OwnDeserializationListener, bool Preamble, bool UseGlobalModuleIndex) argument
/external/clang/include/clang/Serialization/
H A DASTReader.h341 ASTDeserializationListener *DeserializationListener; member in class:clang::ASTReader

Completed in 2982 milliseconds