Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTConsumers.cpp173 bool DumpDecls, bool Deserialize, bool DumpLookups, in CreateASTDumper() argument
175 assert((DumpDecls || Deserialize || DumpLookups) && "nothing to dump"); in CreateASTDumper()
178 Deserialize ? ASTPrinter::DumpFull in CreateASTDumper()
185 bool Deserialize, bool DumpLookups, bool DumpDeclTypes, in CreateASTDumper() argument
187 assert((DumpDecls || Deserialize || DumpLookups) && "nothing to dump"); in CreateASTDumper()
189 Deserialize ? ASTPrinter::DumpFull in CreateASTDumper()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTConsumers.h35 bool DumpDecls, bool Deserialize, bool DumpLookups,
40 bool Deserialize, bool DumpLookups, bool DumpDeclTypes,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDumper.cpp220 LLVM_DUMP_METHOD void Decl::dump(raw_ostream &OS, bool Deserialize, in dump() argument
228 (void)Deserialize; // FIXME? in dump()
232 P.setDeserialize(Deserialize); in dump()
274 bool Deserialize) const { in dumpLookups()
280 P.setDeserialize(Deserialize); in dumpLookups()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h77 bool Deserialize = false; variable
95 void setDeserialize(bool D) { Deserialize = D; } in setDeserialize()
96 bool getDeserialize() const { return Deserialize; } in getDeserialize()
340 for (const auto *D : (Deserialize ? DC->decls() : DC->noload_decls())) in dumpDeclContext()
H A DDeclBase.h1257 void dump(raw_ostream &Out, bool Deserialize = false,
2739 bool Deserialize = false) const;
/freebsd/crypto/krb5/src/include/krb5/
H A Dkrb5.hin3121 * Deserialize a @c krb5_creds object.
3127 * Deserialize @a data to credentials in the format used by the FILE ccache