Searched refs:Deserialize (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTDumper.cpp | 209 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 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()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | ASTConsumers.h | 35 bool DumpDecls, bool Deserialize, bool DumpLookups,
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTNodeTraverser.h | 72 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 D | DeclBase.h | 1260 void dump(raw_ostream &Out, bool Deserialize = false, 2693 bool Deserialize = false) const;
|