Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/TableGen/
DTGLexer.cpp299 unsigned CommentDepth = 1; in SkipCComment() local
312 if (--CommentDepth == 0) in SkipCComment()
319 ++CommentDepth; in SkipCComment()
/external/llvm/lib/TableGen/
DTGLexer.cpp349 unsigned CommentDepth = 1; in SkipCComment() local
362 if (--CommentDepth == 0) in SkipCComment()
369 ++CommentDepth; in SkipCComment()