Home
last modified time | relevance | path

Searched refs:InFirstParagraph (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentBriefParser.cpp65 bool InFirstParagraph = true; in Parse() local
71 if (InFirstParagraph || InBrief) in Parse()
90 InFirstParagraph = false; in Parse()
98 InFirstParagraph = false; in Parse()
105 if (InFirstParagraph || InBrief) in Parse()
130 if (InFirstParagraph && !isWhitespace(FirstParagraphOrBrief)) in Parse()
131 InFirstParagraph = false; in Parse()