Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCommentBriefParser.cpp67 bool InFirstParagraph = true; in Parse() local
73 if (InFirstParagraph || InBrief) in Parse()
92 InFirstParagraph = false; in Parse()
100 InFirstParagraph = false; in Parse()
107 if (InFirstParagraph || InBrief) in Parse()
132 if (InFirstParagraph && !isWhitespace(FirstParagraphOrBrief)) in Parse()
133 InFirstParagraph = false; in Parse()
/external/llvm-project/clang/lib/AST/
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()