Searched refs:AssociatedCommentLines (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2029 std::vector<StringRef> AssociatedCommentLines; member in struct:clang::format::__anon1869::JavaImportDirective
2326 for (StringRef CommentLine : Imports[Index].AssociatedCommentLines) {
2367 std::vector<StringRef> AssociatedCommentLines;
2395 {Identifier, Line, Prev, AssociatedCommentLines, IsStatic});
2396 AssociatedCommentLines.clear();
2399 AssociatedCommentLines.push_back(Line);

Completed in 53 milliseconds