Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DCommentBriefParser.h29 class BriefParser {
44 BriefParser(Lexer &L, const CommandTraits &Traits);
/external/clang/include/clang/AST/
DCommentBriefParser.h30 class BriefParser {
45 BriefParser(Lexer &L, const CommandTraits &Traits);
/external/clang/lib/AST/
DCommentBriefParser.cpp58 BriefParser::BriefParser(Lexer &L, const CommandTraits &Traits) : in BriefParser() function in clang::comments::BriefParser
64 std::string BriefParser::Parse() { in Parse()
DRawCommentList.cpp190 comments::BriefParser P(L, Context.getCommentCommandTraits()); in extractBriefText()
/external/llvm-project/clang/lib/AST/
DCommentBriefParser.cpp56 BriefParser::BriefParser(Lexer &L, const CommandTraits &Traits) : in BriefParser() function in clang::comments::BriefParser
62 std::string BriefParser::Parse() { in Parse()
DRawCommentList.cpp191 comments::BriefParser P(L, Context.getCommentCommandTraits()); in extractBriefText()