Searched refs:isHTMLIdentifierCharacter (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp180 bool isHTMLIdentifierCharacter(char C) { function in namespace:clang::comments::__anon1564
186 if (!isHTMLIdentifierCharacter(*BufferPtr))
657 if (isHTMLIdentifierCharacter(C)) {

Completed in 105 milliseconds