Lines Matching refs:parse
153 if (auto E = parse(S)) { in TEST()
195 if (auto E = parse(S)) { in TEST()
250 llvm::Expected<Value> Doc = parse(R"( in TEST()
350 llvm::Expected<Value> Doc = parse(T.Str); in TEST()
372 llvm::Expected<Value> Doc = parse(Str); in TEST()
381 llvm::Expected<Value> Doc = parse(Str); in TEST()
391 llvm::Expected<Value> Doc = parse(Str); in TEST()
401 llvm::Expected<Value> Doc = parse(Str); in TEST()
411 llvm::Expected<Value> Doc = parse(Str); in TEST()
423 llvm::Expected<Value> Doc = parse(Str); in TEST()
434 llvm::Expected<Value> Doc = parse(Str); in TEST()
526 auto E = parse<std::vector<CustomStruct>>(R"json( in TEST()
531 E = parse<std::vector<CustomStruct>>(R"json( in TEST()
538 E = parse<std::vector<CustomStruct>>(R"json( in TEST()