Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DTGLexer.cpp434 unsigned CommentDepth = 1; in SkipCComment() local
447 if (--CommentDepth == 0) in SkipCComment()
454 ++CommentDepth; in SkipCComment()