Searched refs:Deserialize (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTDumper.cpp | 221 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 D | ASTConsumers.cpp | 168 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 D | ASTConsumers.h | 35 bool DumpDecls, bool Deserialize, bool DumpLookups,
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTNodeTraverser.h | 77 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 D | DeclBase.h | 1249 void dump(raw_ostream &Out, bool Deserialize = false, 2711 bool Deserialize = false) const;
|
| /src/crypto/krb5/src/include/krb5/ |
| H A D | krb5.hin | 3121 * Deserialize a @c krb5_creds object. 3127 * Deserialize @a data to credentials in the format used by the FILE ccache
|