Searched defs:InFirstParagraph (Results 1 - 1 of 1) sorted by path

/external/clang/lib/AST/
H A DCommentBriefParser.cpp67 bool InFirstParagraph = true; local
73 if (InFirstParagraph || InBrief)
92 InFirstParagraph = false;
100 InFirstParagraph = false;
107 if (InFirstParagraph || InBrief)
132 if (InFirstParagraph && !isWhitespace(FirstParagraphOrBrief))
133 InFirstParagraph = false;

Completed in 272 milliseconds