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

/freebsd-11.0-release/contrib/llvm/lib/AsmParser/
H A DLLLexer.h73 void SkipLineComment();
H A DLLLexer.cpp225 SkipLineComment();
248 void LLLexer::SkipLineComment() { function in class:LLLexer
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h612 bool SkipLineComment (Token &Result, const char *CurPtr,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp2018 bool Lexer::SkipLineComment(Token &Result, const char *CurPtr, function in class:Lexer
3019 if (SkipLineComment(Result, CurPtr+2, TokAtPhysicalStartOfLine))
3329 if (SkipLineComment(Result, ConsumeChar(CurPtr, SizeTmp, Result),

Completed in 174 milliseconds