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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h178 /// inKeepCommentMode - Return true if the lexer should return comments as
180 bool inKeepCommentMode() const { function in class:clang::Lexer
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp2100 if (inKeepCommentMode())
2372 if (inKeepCommentMode()) {
2987 if (CurPtr[0] == '/' && CurPtr[1] == '/' && !inKeepCommentMode() &&
2993 } else if (CurPtr[0] == '/' && CurPtr[1] == '*' && !inKeepCommentMode()) {

Completed in 104 milliseconds