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

/external/clang/lib/Lex/
H A DLexer.cpp3319 bool TreatAsComment = LangOpts.LineComment && local
3321 if (!TreatAsComment)
3323 TreatAsComment = getCharAndSize(CurPtr+SizeTmp, SizeTmp2) != '*';
3325 if (TreatAsComment) {

Completed in 173 milliseconds