Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentParser.h115 FullComment *parseFullComment();
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRawCommentList.cpp222 return P.parseFullComment(); in parse()
H A DCommentParser.cpp763 FullComment *Parser::parseFullComment() { in parseFullComment() function in clang::comments::Parser