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

/external/clang/lib/Frontend/
H A DCompilerInstance.cpp390 void *DeserializationListener, bool OwnDeserializationListener) {
396 DeserializationListener, OwnDeserializationListener, Preamble,
405 void *DeserializationListener, bool OwnDeserializationListener,
420 /*TakeOwnership=*/OwnDeserializationListener); local
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

Completed in 82 milliseconds