Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp1505 StringRef JSONNodeDumper::getCommentCommandName(unsigned CommandID) const { in getCommentCommandName() function in JSONNodeDumper
1521 JOS.attribute("name", getCommentCommandName(C->getCommandID())); in visitInlineCommandComment()
1571 JOS.attribute("name", getCommentCommandName(C->getCommandID())); in visitBlockCommandComment()
1621 JOS.attribute("name", getCommentCommandName(C->getCommandID())); in visitVerbatimBlockComment()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DJSONNodeDumper.h184 StringRef getCommentCommandName(unsigned CommandID) const;