Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCommentBriefParser.cpp66 std::string ReturnsParagraph; in Parse() local
76 ReturnsParagraph += Tok.getText(); in Parse()
93 ReturnsParagraph += "Returns "; in Parse()
110 ReturnsParagraph += ' '; in Parse()
148 cleanupBrief(ReturnsParagraph); in Parse()
149 return ReturnsParagraph; in Parse()