Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h334 void lexVerbatimBlockBody(Token &T);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp340 lexVerbatimBlockBody(T); in lexCommentText()
538 void Lexer::lexVerbatimBlockBody(Token &T) { in lexVerbatimBlockBody() function in clang::comments::Lexer