Home
last modified time | relevance | path

Searched defs:Deserialize (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/Frontend/
H A DASTConsumers.cpp168 CreateASTDumper(std::unique_ptr<raw_ostream> Out,StringRef FilterString,bool DumpDecls,bool Deserialize,bool DumpLookups,bool DumpDeclTypes,ASTDumpOutputFormat Format) CreateASTDumper() argument
/llvm-project/clang/lib/AST/
H A DASTDumper.cpp221 dump(raw_ostream & OS,bool Deserialize,ASTDumpOutputFormat Format) const dump() argument
/llvm-project/llvm/unittests/Support/
H A DJSONTest.cpp508 TEST(JSONTest, Deserialize) { in TEST() argument
/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h77 bool Deserialize = false; variable