HomeSort by: relevance | last modified time | path
    Searched refs:AllowAtInIdentifier (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 50 bool AllowAtInIdentifier;
151 bool getAllowAtInIdentifier() { return AllowAtInIdentifier; }
152 void setAllowAtInIdentifier(bool v) { AllowAtInIdentifier = v; }
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmLexer.cpp 35 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@");
160 if (!isIdentifierChar(*CurPtr, AllowAtInIdentifier,
166 while (isIdentifierChar(*CurPtr, AllowAtInIdentifier, AllowHashInIdentifier))
ELFAsmParser.cpp 810 const bool AllowAtInIdentifier = getLexer().getAllowAtInIdentifier();
813 getLexer().setAllowAtInIdentifier(AllowAtInIdentifier);

Completed in 66 milliseconds