Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp2759 bool HasSlash = false; in SkipBlockComment() local
2761 HasSlash |= CurPtr[I] == '/'; in SkipBlockComment()
2762 if (HasSlash) in SkipBlockComment()