Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmLexer.cpp328 while (!isAtStartOfComment(*CurPtr) && // Start of line comment. in LexUntilEndOfStatement()
349 bool AsmLexer::isAtStartOfComment(char Char) { in isAtStartOfComment() function in AsmLexer
364 if (isAtStartOfComment(CurChar)) { in LexToken()
/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp423 while (!isAtStartOfComment(CurPtr) && // Start of line comment. in LexUntilEndOfStatement()
474 bool AsmLexer::isAtStartOfComment(const char *Ptr) { in isAtStartOfComment() function in AsmLexer
515 if (isAtStartOfComment(TokStart)) in LexToken()
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
DAsmLexer.h53 bool isAtStartOfComment(char Char);
/external/llvm/include/llvm/MC/MCParser/
DAsmLexer.h56 bool isAtStartOfComment(const char *Ptr);