Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DTGLexer.cpp129 SkipBCPLComment(); in LexToken()
320 void TGLexer::SkipBCPLComment() { in SkipBCPLComment() function in TGLexer
DTGLexer.h114 void SkipBCPLComment();
/external/clang/include/clang/Lex/
DLexer.h549 bool SkipBCPLComment (Token &Result, const char *CurPtr);
/external/clang/lib/Lex/
DLexer.cpp1891 bool Lexer::SkipBCPLComment(Token &Result, const char *CurPtr) { in SkipBCPLComment() function in Lexer
2660 if (SkipBCPLComment(Result, CurPtr+2)) in LexTokenInternal()
2957 if (SkipBCPLComment(Result, ConsumeChar(CurPtr, SizeTmp, Result))) in LexTokenInternal()