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

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 152 void setAllowAtInIdentifier(bool v) { AllowAtInIdentifier = v; }
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 811 getLexer().setAllowAtInIdentifier(true);
813 getLexer().setAllowAtInIdentifier(AllowAtInIdentifier);

Completed in 55 milliseconds