Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DASTDumper.cpp221 LLVM_DUMP_METHOD void Decl::dump(raw_ostream &OS, bool Deserialize, in dump() argument
229 (void)Deserialize; // FIXME? in dump()
233 P.setDeserialize(Deserialize); in dump()
275 bool Deserialize) const { in dumpLookups()
281 P.setDeserialize(Deserialize); in dumpLookups()
/src/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()
/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTConsumers.h35 bool DumpDecls, bool Deserialize, bool DumpLookups,
/src/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.h1249 void dump(raw_ostream &Out, bool Deserialize = false,
2711 bool Deserialize = false) const;
/src/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