Searched refs:SkipCComment (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp218 if (SkipCComment())
431 /// SkipCComment - This skips C-style /**/ comments. The only difference from C
433 bool TGLexer::SkipCComment() { function in class:TGLexer
945 // diagnostic printing in case of error in SkipCComment().
948 // CurPtr must point to '*' before call to SkipCComment().
950 if (SkipCComment())
1007 // diagnostic printer in case of error in SkipCComment().
1010 if (SkipCComment())
H A DTGLexer.h252 bool SkipCComment();

Completed in 105 milliseconds