Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentParser.h120 VerbatimLineComment *parseVerbatimLine();
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp861 VerbatimLineComment *Parser::parseVerbatimLine() { in parseVerbatimLine() function in clang::comments::Parser
901 return parseVerbatimLine(); in parseBlockContent()