Home
last modified time | relevance | path

Searched refs:Deserialize (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDumper.cpp188 LLVM_DUMP_METHOD void Decl::dump(raw_ostream &OS, bool Deserialize, in dump() argument
196 (void)Deserialize; // FIXME? in dump()
200 P.setDeserialize(Deserialize); in dump()
217 bool Deserialize) const { in dumpLookups()
223 P.setDeserialize(Deserialize); in dumpLookups()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTConsumers.cpp165 bool DumpDecls, bool Deserialize, bool DumpLookups, in CreateASTDumper() argument
167 assert((DumpDecls || Deserialize || DumpLookups) && "nothing to dump"); in CreateASTDumper()
170 Deserialize ? ASTPrinter::DumpFull in CreateASTDumper()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTConsumers.h41 bool DumpDecls, bool Deserialize, bool DumpLookups,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTNodeTraverser.h71 bool Deserialize = false; variable
81 void setDeserialize(bool D) { Deserialize = D; } in setDeserialize()
82 bool getDeserialize() const { return Deserialize; } in getDeserialize()
273 for (const auto *D : (Deserialize ? DC->decls() : DC->noload_decls())) in dumpDeclContext()
H A DDeclBase.h1177 void dump(raw_ostream &Out, bool Deserialize = false,
2471 bool Deserialize = false) const;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSerialization.h328 DeserializeFtor Deserialize) { in registerErrorType() argument
341 std::make_pair(std::move(Name), std::move(Deserialize))); in registerErrorType()
430 DeserializeFtor &&Deserialize) { in registerErrorSerialization() argument
433 std::forward<DeserializeFtor>(Deserialize)); in registerErrorSerialization()