Searched defs:isAtStartOfComment (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp420 while (!isAtStartOfComment(*CurPtr) && // Start of line comment.
461 bool AsmLexer::isAtStartOfComment(char Char) { function in class:AsmLexer
476 if (isAtStartOfComment(CurChar)) {

Completed in 103 milliseconds