Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentParser.h115 BlockContentComment *parseBlockContent();
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentParser.cpp727 BlockContentComment *Parser::parseBlockContent() { in parseBlockContent() function in clang::comments::Parser
765 Blocks.push_back(parseBlockContent()); in parseFullComment()