Home
last modified time | relevance | path

Searched refs:EmptyDoc (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Basic/
H A DSarifTest.cpp86 const llvm::json::Object &EmptyDoc = Writer.createDocument(); in TEST_F() local
87 std::vector<StringRef> Keys(EmptyDoc.size()); in TEST_F()
88 std::transform(EmptyDoc.begin(), EmptyDoc.end(), Keys.begin(), in TEST_F()