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

/external/llvm/lib/AsmParser/
H A DLLLexer.cpp227 SkipLineComment();
250 void LLLexer::SkipLineComment() { function in class:LLLexer
/external/clang/lib/Lex/
H A DLexer.cpp2017 bool Lexer::SkipLineComment(Token &Result, const char *CurPtr, function in class:Lexer
3015 if (SkipLineComment(Result, CurPtr+2, TokAtPhysicalStartOfLine))
3320 if (SkipLineComment(Result, ConsumeChar(CurPtr, SizeTmp, Result),

Completed in 124 milliseconds