Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2232 struct JavaImportDirective { struct
2233 StringRef Identifier;
2234 StringRef Text;
2235 unsigned Offset;
2236 std::vector<StringRef> AssociatedCommentLines;
2237 bool IsStatic;