Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/AsmParser/
HDLLLexer.h72 void SkipLineComment();
HDLLLexer.cpp229 SkipLineComment(); in LexToken()
252 void LLLexer::SkipLineComment() { in SkipLineComment() function in LLLexer
/trueos/contrib/llvm/tools/clang/include/clang/Lex/
HDLexer.h589 bool SkipLineComment (Token &Result, const char *CurPtr,
/trueos/contrib/llvm/tools/clang/lib/Lex/
HDLexer.cpp1999 bool Lexer::SkipLineComment(Token &Result, const char *CurPtr, in SkipLineComment() function in Lexer
2990 if (SkipLineComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3295 if (SkipLineComment(Result, ConsumeChar(CurPtr, SizeTmp, Result), in LexTokenInternal()