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

/external/clang/lib/Lex/
H A DLexer.cpp3350 bool TreatAsComment = LangOpts.LineComment && local
3352 if (!TreatAsComment)
3354 TreatAsComment = getCharAndSize(CurPtr+SizeTmp, SizeTmp2) != '*';
3356 if (TreatAsComment) {

Completed in 64 milliseconds