Lines Matching full:startpos
2285 virtual void HandlePosition(const char *startPos, unsigned posLen);
2291 virtual void HandleZeroPosition(const char *startPos, unsigned posLen);
2453 void CheckFormatHandler::HandlePosition(const char *startPos,
2456 getLocationOfByte(startPos),
2458 getSpecifierRange(startPos, posLen));
2462 CheckFormatHandler::HandleInvalidPosition(const char *startPos, unsigned posLen,
2466 getLocationOfByte(startPos), /*IsStringLocation*/true,
2467 getSpecifierRange(startPos, posLen));
2470 void CheckFormatHandler::HandleZeroPosition(const char *startPos,
2473 getLocationOfByte(startPos),
2475 getSpecifierRange(startPos, posLen));