Searched refs:TreatAsComment (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp3605 bool TreatAsComment = LangOpts.LineComment && local
3607 if (!TreatAsComment)
3609 TreatAsComment = getCharAndSize(CurPtr+SizeTmp, SizeTmp2) != '*';
3611 if (TreatAsComment) {

Completed in 104 milliseconds