Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DCommentParser.h112 VerbatimLineComment *parseVerbatimLine();
/llvm-project-15.0.7/clang/lib/AST/
H A DCommentParser.cpp695 VerbatimLineComment *Parser::parseVerbatimLine() { in parseVerbatimLine() function in clang::comments::Parser
735 return parseVerbatimLine(); in parseBlockContent()