Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp436 unsigned CommentDepth = 1; in SkipCComment() local
449 if (--CommentDepth == 0) in SkipCComment()
456 ++CommentDepth; in SkipCComment()