HomeSort by: relevance | last modified time | path
    Searched refs:SkipCComment (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGLexer.cpp 216 if (SkipCComment())
428 /// SkipCComment - This skips C-style /**/ comments. The only difference from C
430 bool TGLexer::SkipCComment() {
925 // diagnostic printing in case of error in SkipCComment().
928 // CurPtr must point to '*' before call to SkipCComment().
930 if (SkipCComment())
987 // diagnostic printer in case of error in SkipCComment().
990 if (SkipCComment())
TGLexer.h 144 bool SkipCComment();

Completed in 15 milliseconds