Searched refs:SkipLineComment (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLLexer.h | 73 void SkipLineComment();
|
D | LLLexer.cpp | 257 SkipLineComment(); in LexToken() 279 void LLLexer::SkipLineComment() { in SkipLineComment() function in LLLexer
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.h | 73 void SkipLineComment();
|
D | LLLexer.cpp | 225 SkipLineComment(); in LexToken() 248 void LLLexer::SkipLineComment() { in SkipLineComment() function in LLLexer
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLLexer.h | 80 void SkipLineComment();
|
D | LLLexer.cpp | 220 SkipLineComment(); in LexToken() 248 void LLLexer::SkipLineComment() { in SkipLineComment() function in LLLexer
|
/external/clang/include/clang/Lex/ |
D | Lexer.h | 632 bool SkipLineComment (Token &Result, const char *CurPtr,
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 2046 bool Lexer::SkipLineComment(Token &Result, const char *CurPtr, in SkipLineComment() function in Lexer 3047 if (SkipLineComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal() 3357 if (SkipLineComment(Result, ConsumeChar(CurPtr, SizeTmp, Result), in LexTokenInternal()
|