Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGLexer.cpp432 unsigned CommentDepth = 1; in SkipCComment() local
445 if (--CommentDepth == 0) in SkipCComment()
452 ++CommentDepth; in SkipCComment()