Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DSerialize.cpp68 void parseComment(const comments::Comment *C);
88 void ClangDocCommentVisitor::parseComment(const comments::Comment *C) { in parseComment() function in clang::doc::serialize::ClangDocCommentVisitor
95 Visitor.parseComment(Child); in parseComment()
207 Visitor.parseComment(C); in parseFullComment()