Home
last modified time | relevance | path

Searched refs:getErrLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h128 SMLoc getErrLoc() { in getErrLoc() function
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp693 SMLoc SavedErrLoc = getErrLoc(); in peekTokens()
H A DAsmParser.cpp911 Error(Lexer.getErrLoc(), Lexer.getErr()); in Lex()
H A DMasmParser.cpp1231 Error(Lexer.getErrLoc(), Lexer.getErr()); in Lex()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1905 return Error(getLexer().getErrLoc(), getLexer().getErr()); in ParseIntelExpression()