Home
last modified time | relevance | path

Searched refs:parseFullComment (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCommentParser.h114 FullComment *parseFullComment();
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp223 return P.parseFullComment(); in parse()
H A DCommentParser.cpp747 FullComment *Parser::parseFullComment() { in parseFullComment() function in clang::comments::Parser