Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DCommentParser.h114 FullComment *parseFullComment();
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DSerialize.cpp205 static void parseFullComment(const FullComment *C, CommentInfo &CI) { in parseFullComment() function
399 parseFullComment(C, I.Description.back()); in populateInfo()
/llvm-project-15.0.7/clang/lib/AST/
H A DRawCommentList.cpp223 return P.parseFullComment(); in parse()
H A DCommentParser.cpp752 FullComment *Parser::parseFullComment() { in parseFullComment() function in clang::comments::Parser
/llvm-project-15.0.7/clang/unittests/AST/
H A DCommentParser.cpp63 FullComment *FC = P.parseFullComment(); in parseString()