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

  /external/llvm/include/llvm/MC/
MCTargetAsmLexer.h 67 /// getErrLoc - Get the current error location
68 const SMLoc &getErrLoc() {
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmLexer.cpp 79 SetError(Lexer->getErrLoc(), Lexer->getErr());
143 SetError(Lexer->getErrLoc(), Lexer->getErr());
  /external/llvm/lib/Target/MBlaze/AsmParser/
MBlazeAsmLexer.cpp 95 SetError(Lexer->getErrLoc(), Lexer->getErr());
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 159 /// getErrLoc - Get the current error location
160 const SMLoc &getErrLoc() {
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmLexer.cpp 104 SetError(Lexer->getErrLoc(), Lexer->getErr());
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 492 Error(Lexer.getErrLoc(), Lexer.getErr());
    [all...]

Completed in 65 milliseconds