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

/external/clang/lib/Frontend/
H A DCompilerInstance.cpp395 void *DeserializationListener, bool OwnDeserializationListener) {
400 DeserializationListener, OwnDeserializationListener, Preamble,
407 void *DeserializationListener, bool OwnDeserializationListener,
423 /*TakeOwnership=*/OwnDeserializationListener); local
393 createPCHExternalASTSource( StringRef Path, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, void *DeserializationListener, bool OwnDeserializationListener) argument
404 createPCHExternalASTSource( StringRef Path, const std::string &Sysroot, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, Preprocessor &PP, ASTContext &Context, void *DeserializationListener, bool OwnDeserializationListener, bool Preamble, bool UseGlobalModuleIndex) argument

Completed in 39 milliseconds