Searched defs:ExternalBlock (Results 1 – 2 of 2) sorted by relevance
186 struct ExternalBlock { struct189 Located<bool> IsNone = false;192 llvm::Optional<Located<std::string>> File;195 llvm::Optional<Located<std::string>> Server;199 llvm::Optional<Located<std::string>> MountPoint;
172 TEST(ParseYAML, ExternalBlock) { in TEST() argument