Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTDumper.cpp209 LLVM_DUMP_METHOD void Decl::dump(raw_ostream &OS, bool Deserialize, in dump() argument
217 (void)Deserialize; // FIXME? in dump()
221 P.setDeserialize(Deserialize); in dump()
263 bool Deserialize) const { in dumpLookups()
269 P.setDeserialize(Deserialize); in dumpLookups()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTConsumers.cpp168 bool DumpDecls, bool Deserialize, bool DumpLookups, in CreateASTDumper() argument
170 assert((DumpDecls || Deserialize || DumpLookups) && "nothing to dump"); in CreateASTDumper()
173 Deserialize ? ASTPrinter::DumpFull in CreateASTDumper()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTConsumers.h35 bool DumpDecls, bool Deserialize, bool DumpLookups,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h72 bool Deserialize = false; variable
82 void setDeserialize(bool D) { Deserialize = D; } in setDeserialize()
83 bool getDeserialize() const { return Deserialize; } in getDeserialize()
303 for (const auto *D : (Deserialize ? DC->decls() : DC->noload_decls())) in dumpDeclContext()
H A DDeclBase.h1260 void dump(raw_ostream &Out, bool Deserialize = false,
2693 bool Deserialize = false) const;