Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2890 bool HasSlash = false; in SkipBlockComment() local
2892 HasSlash |= CurPtr[I] == '/'; in SkipBlockComment()
2893 if (HasSlash) in SkipBlockComment()