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

  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 131 bool AllowAtInIdentifier;
188 bool getAllowAtInIdentifier() { return AllowAtInIdentifier; }
189 void setAllowAtInIdentifier(bool v) { AllowAtInIdentifier = v; }
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 27 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@");
153 !IsIdentifierChar(*CurPtr, AllowAtInIdentifier))
157 while (IsIdentifierChar(*CurPtr, AllowAtInIdentifier))
ELFAsmParser.cpp 670 const bool AllowAtInIdentifier = getLexer().getAllowAtInIdentifier();
673 getLexer().setAllowAtInIdentifier(AllowAtInIdentifier);

Completed in 82 milliseconds