Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCommentParser.h115 BlockContentComment *parseBlockContent();
/external/clang/lib/AST/
DCommentParser.cpp728 BlockContentComment *Parser::parseBlockContent() { in parseBlockContent() function in clang::comments::Parser
766 Blocks.push_back(parseBlockContent()); in parseFullComment()