Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp251 if (SkipCComment()) in LexToken()
466 bool TGLexer::SkipCComment() { in SkipCComment() function in TGLexer
953 if (SkipCComment()) in prepSkipLineBegin()
1013 if (SkipCComment()) in prepSkipDirectiveEnd()
H A DTGLexer.h255 bool SkipCComment();
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLLexer.h98 bool SkipCComment();
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp256 if (SkipCComment()) in LexToken()
272 bool LLLexer::SkipCComment() { in SkipCComment() function in LLLexer