Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLLexer.h97 void SkipLineComment();
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h767 bool SkipLineComment (Token &Result, const char *CurPtr,
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp229 SkipLineComment(); in LexToken()
263 void LLLexer::SkipLineComment() { in SkipLineComment() function in LLLexer
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2584 bool Lexer::SkipLineComment(Token &Result, const char *CurPtr, in SkipLineComment() function in Lexer
3861 if (SkipLineComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal()
4177 if (SkipLineComment(Result, ConsumeChar(CurPtr, SizeTmp, Result), in LexTokenInternal()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc12380 {"_ZN4llvm7LLLexer15SkipLineCommentEv", "llvm::LLLexer::SkipLineComment()"},