Home
last modified time | relevance | path

Searched refs:SkipLineComment (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLLexer.h73 void SkipLineComment();
DLLLexer.cpp257 SkipLineComment(); in LexToken()
279 void LLLexer::SkipLineComment() { in SkipLineComment() function in LLLexer
/external/llvm/lib/AsmParser/
DLLLexer.h73 void SkipLineComment();
DLLLexer.cpp225 SkipLineComment(); in LexToken()
248 void LLLexer::SkipLineComment() { in SkipLineComment() function in LLLexer
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLLexer.h80 void SkipLineComment();
DLLLexer.cpp220 SkipLineComment(); in LexToken()
248 void LLLexer::SkipLineComment() { in SkipLineComment() function in LLLexer
/external/clang/include/clang/Lex/
DLexer.h632 bool SkipLineComment (Token &Result, const char *CurPtr,
/external/clang/lib/Lex/
DLexer.cpp2046 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()