Searched refs:SkipLineComment (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/AsmParser/ |
D | LLLexer.h | 73 void SkipLineComment();
|
D | LLLexer.cpp | 225 SkipLineComment(); in LexToken() 248 void LLLexer::SkipLineComment() { in SkipLineComment() function in LLLexer
|
/external/clang/include/clang/Lex/ |
D | Lexer.h | 612 bool SkipLineComment (Token &Result, const char *CurPtr,
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 2018 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()
|