Searched refs:SkipLineComment (Results 1 – 10 of 10) sorted by relevance
/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-10.0/llvm/lib/AsmParser/ |
D | LLLexer.h | 79 void SkipLineComment();
|
D | LLLexer.cpp | 219 SkipLineComment(); in LexToken() 247 void LLLexer::SkipLineComment() { in SkipLineComment() function in LLLexer
|
/external/llvm-project/llvm/lib/AsmParser/ |
D | LLLexer.h | 79 void SkipLineComment();
|
D | LLLexer.cpp | 219 SkipLineComment(); in LexToken() 247 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/llvm-project/clang/include/clang/Lex/ |
D | Lexer.h | 716 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()
|
/external/llvm-project/clang/lib/Lex/ |
D | Lexer.cpp | 2271 bool Lexer::SkipLineComment(Token &Result, const char *CurPtr, in SkipLineComment() function in Lexer 3322 if (SkipLineComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal() 3635 if (SkipLineComment(Result, ConsumeChar(CurPtr, SizeTmp, Result), in LexTokenInternal()
|