Searched defs:SkipBlockComment (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Lex/
H A DLexer.cpp2255 bool Lexer::SkipBlockComment(Token &Result, const char *CurPtr, function in class:Lexer
3019 if (SkipBlockComment(Result, CurPtr+2, TokAtPhysicalStartOfLine))
3332 if (SkipBlockComment(Result, ConsumeChar(CurPtr, SizeTmp, Result),

Completed in 841 milliseconds