Searched refs:SkipBlockComment (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | Lexer.h | 718 bool SkipBlockComment (Token &Result, const char *CurPtr,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | Lexer.cpp | 2516 bool Lexer::SkipBlockComment(Token &Result, const char *CurPtr, in SkipBlockComment() function in Lexer 3328 if (SkipBlockComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal() 3649 if (SkipBlockComment(Result, ConsumeChar(CurPtr, SizeTmp, Result), in LexTokenInternal()
|