Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp2820 bool HasSlash = false; in SkipBlockComment() local
2822 HasSlash |= CurPtr[I] == '/'; in SkipBlockComment()
2823 if (HasSlash) in SkipBlockComment()