Searched refs:BriefParser (Results 1 – 6 of 6) sorted by relevance
29 class BriefParser {44 BriefParser(Lexer &L, const CommandTraits &Traits);
30 class BriefParser {45 BriefParser(Lexer &L, const CommandTraits &Traits);
58 BriefParser::BriefParser(Lexer &L, const CommandTraits &Traits) : in BriefParser() function in clang::comments::BriefParser64 std::string BriefParser::Parse() { in Parse()
190 comments::BriefParser P(L, Context.getCommentCommandTraits()); in extractBriefText()
56 BriefParser::BriefParser(Lexer &L, const CommandTraits &Traits) : in BriefParser() function in clang::comments::BriefParser62 std::string BriefParser::Parse() { in Parse()
191 comments::BriefParser P(L, Context.getCommentCommandTraits()); in extractBriefText()