HomeSort by relevance Sort by last modified time
    Searched refs:isAtStartOfComment (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/MCParser/
AsmLexer.h 50 bool isAtStartOfComment(char Char);
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 366 while (!isAtStartOfComment(*CurPtr) && // Start of line comment.
387 bool AsmLexer::isAtStartOfComment(char Char) {
402 if (isAtStartOfComment(CurChar)) {

Completed in 791 milliseconds