Searched refs:SkipLineComment (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/ |
H A D | LLLexer.h | 79 void SkipLineComment();
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | Lexer.h | 716 bool SkipLineComment (Token &Result, const char *CurPtr,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 219 SkipLineComment(); in LexToken() 247 void LLLexer::SkipLineComment() { in SkipLineComment() function in LLLexer
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | Lexer.cpp | 2273 bool Lexer::SkipLineComment(Token &Result, const char *CurPtr, in SkipLineComment() function in Lexer 3324 if (SkipLineComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal() 3637 if (SkipLineComment(Result, ConsumeChar(CurPtr, SizeTmp, Result), in LexTokenInternal()
|