Searched refs:ErrCB (Results 1 – 1 of 1) sorted by relevance
1889 ErrorCallbackType ErrCB) { in parseIRConstant() argument1895 return ErrCB(Loc + Err.getColumnNo(), Err.getMessage()); in parseIRConstant()2079 ErrorCallbackType ErrCB) { in getUnsigned() argument2084 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()2093 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()2188 ErrorCallbackType ErrCB) { in parseGlobalValue() argument2194 return ErrCB(Token.location(), Twine("use of undefined global value '") + in parseGlobalValue()2200 if (getUnsigned(Token, GVIdx, ErrCB)) in parseGlobalValue()2204 return ErrCB(Token.location(), Twine("use of undefined global value '@") + in parseGlobalValue()3113 const Value *&V, ErrorCallbackType ErrCB) { in parseIRValue() argument[all …]