Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h262 bool inKeepCommentMode() const { in inKeepCommentMode() function
/src/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2701 if (inKeepCommentMode()) in SkipLineComment()
3039 if (inKeepCommentMode()) { in SkipBlockComment()
3834 if (CurPtr[0] == '/' && CurPtr[1] == '/' && !inKeepCommentMode() && in LexTokenInternal()
3839 } else if (CurPtr[0] == '/' && CurPtr[1] == '*' && !inKeepCommentMode()) { in LexTokenInternal()