Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentBriefParser.cpp64 std::string ReturnsParagraph; in Parse() local
74 ReturnsParagraph += Tok.getText(); in Parse()
91 ReturnsParagraph += "Returns "; in Parse()
108 ReturnsParagraph += ' '; in Parse()
146 cleanupBrief(ReturnsParagraph); in Parse()
147 return ReturnsParagraph; in Parse()