Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentParser.h113 BlockContentComment *parseBlockContent();
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentParser.cpp716 BlockContentComment *Parser::parseBlockContent() { in parseBlockContent() function in clang::comments::Parser
754 Blocks.push_back(parseBlockContent()); in parseFullComment()