Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentParser.h106 InlineCommandComment *parseInlineCommand();
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentParser.cpp403 InlineCommandComment *Parser::parseInlineCommand() { in parseInlineCommand() function in clang::comments::Parser
595 Content.push_back(parseInlineCommand()); in parseParagraphOrBlockCommand()