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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp89 const ParagraphComment *FirstParagraph; member in struct:__anon1938::FullCommentParts
99 Brief(nullptr), Headerfile(nullptr), FirstParagraph(nullptr) {
113 if (!FirstParagraph)
114 FirstParagraph = PC;
450 else if (Parts.FirstParagraph) {
452 visitNonStandaloneParagraphComment(Parts.FirstParagraph);
459 if (FirstParagraphIsBrief && C == Parts.FirstParagraph)
958 } else if (Parts.FirstParagraph) {
960 visit(Parts.FirstParagraph);
1063 if (FirstParagraphIsBrief && C == Parts.FirstParagraph)
[all...]

Completed in 109 milliseconds