Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DMultiplexConsumer.h83 std::unique_ptr<MultiplexASTDeserializationListener> DeserializationListener; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp563 bool AllowPCHWithCompilerErrors, void *DeserializationListener, in createPCHExternalASTSource()
583 void *DeserializationListener, bool OwnDeserializationListener, in createPCHExternalASTSource()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h405 ASTDeserializationListener *DeserializationListener = nullptr; variable