Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentBriefParser.cpp56 bool InFirstParagraph = true; in Parse() local
62 if (InFirstParagraph || InBrief) in Parse()
81 InFirstParagraph = false; in Parse()
89 InFirstParagraph = false; in Parse()
96 if (InFirstParagraph || InBrief) in Parse()
121 if (InFirstParagraph && !isWhitespace(FirstParagraphOrBrief)) in Parse()
122 InFirstParagraph = false; in Parse()