Searched refs:Deserialize (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTConsumers.cpp | 173 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 D | ASTConsumers.h | 35 bool DumpDecls, bool Deserialize, bool DumpLookups, 40 bool Deserialize, bool DumpLookups, bool DumpDeclTypes,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTDumper.cpp | 220 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 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 | 1257 void dump(raw_ostream &Out, bool Deserialize = false, 2739 bool Deserialize = false) const;
|
| /freebsd/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
|