Searched refs:SkipBlockComment (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/Lex/ |
D | Lexer.h | 634 bool SkipBlockComment (Token &Result, const char *CurPtr,
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Lexer.h | 718 bool SkipBlockComment (Token &Result, const char *CurPtr,
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 2284 bool Lexer::SkipBlockComment(Token &Result, const char *CurPtr, in SkipBlockComment() function in Lexer 3051 if (SkipBlockComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal() 3369 if (SkipBlockComment(Result, ConsumeChar(CurPtr, SizeTmp, Result), in LexTokenInternal()
|
/external/llvm-project/clang/lib/Lex/ |
D | Lexer.cpp | 2514 bool Lexer::SkipBlockComment(Token &Result, const char *CurPtr, in SkipBlockComment() function in Lexer 3326 if (SkipBlockComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal() 3647 if (SkipBlockComment(Result, ConsumeChar(CurPtr, SizeTmp, Result), in LexTokenInternal()
|