Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DJSONTest.cpp442 struct CustomStruct { struct
443 CustomStruct() : B(false) {} in CustomStruct() function
444 CustomStruct(std::string S, llvm::Optional<int> I, bool B) in CustomStruct() function
446 std::string S;
447 llvm::Optional<int> I;
448 bool B;