Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmLexer.cpp181 const char *CommentTextStart = CurPtr; in LexSlash() local
191 SMLoc::getFromPointer(CommentTextStart), in LexSlash()
192 StringRef(CommentTextStart, CurPtr - 1 - CommentTextStart)); in LexSlash()
209 const char *CommentTextStart = CurPtr; in LexLineComment() local
219 SMLoc::getFromPointer(CommentTextStart), in LexLineComment()
220 StringRef(CommentTextStart, CurPtr - 1 - CommentTextStart)); in LexLineComment()