Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentParser.h114 BlockContentComment *parseBlockContent();
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentParser.cpp732 BlockContentComment *Parser::parseBlockContent() { in parseBlockContent() function in clang::comments::Parser
770 Blocks.push_back(parseBlockContent()); in parseFullComment()