Searched defs:SkipLineComment (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/AsmParser/
H A DLLLexer.cpp229 SkipLineComment();
252 void LLLexer::SkipLineComment() { function in class:LLLexer
/external/clang/lib/Lex/
H A DLexer.cpp1908 bool Lexer::SkipLineComment(Token &Result, const char *CurPtr) { function in class:Lexer
2835 if (SkipLineComment(Result, CurPtr+2))
3137 if (SkipLineComment(Result, ConsumeChar(CurPtr, SizeTmp, Result)))

Completed in 47 milliseconds