Home
last modified time | relevance | path

Searched refs:inKeepCommentMode (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DLexer.h262 bool inKeepCommentMode() const { in inKeepCommentMode() function
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp2514 if (inKeepCommentMode()) in SkipLineComment()
2852 if (inKeepCommentMode()) { in SkipBlockComment()
3638 if (CurPtr[0] == '/' && CurPtr[1] == '/' && !inKeepCommentMode() && in LexTokenInternal()
3643 } else if (CurPtr[0] == '/' && CurPtr[1] == '*' && !inKeepCommentMode()) { in LexTokenInternal()