Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp435 unsigned CommentDepth = 1; in SkipCComment() local
448 if (--CommentDepth == 0) in SkipCComment()
455 ++CommentDepth; in SkipCComment()