Searched refs:SkipLineComment (Results 1 - 4 of 4) sorted by relevance

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

Completed in 92 milliseconds