Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentParser.h121 BlockContentComment *parseBlockContent();
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp887 BlockContentComment *Parser::parseBlockContent() { in parseBlockContent() function in clang::comments::Parser
925 Blocks.push_back(parseBlockContent()); in parseFullComment()