Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLLexer.h73 void SkipLineComment();
DLLLexer.cpp225 SkipLineComment(); in LexToken()
248 void LLLexer::SkipLineComment() { in SkipLineComment() function in LLLexer
/external/clang/include/clang/Lex/
DLexer.h612 bool SkipLineComment (Token &Result, const char *CurPtr,
/external/clang/lib/Lex/
DLexer.cpp2018 bool Lexer::SkipLineComment(Token &Result, const char *CurPtr, in SkipLineComment() function in Lexer
3016 if (SkipLineComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3326 if (SkipLineComment(Result, ConsumeChar(CurPtr, SizeTmp, Result), in LexTokenInternal()