Lines Matching refs:startPos
7749 void HandlePosition(const char *startPos, unsigned posLen) override;
7755 void HandleZeroPosition(const char *startPos, unsigned posLen) override;
7915 void CheckFormatHandler::HandlePosition(const char *startPos,
7918 getLocationOfByte(startPos),
7920 getSpecifierRange(startPos, posLen));
7924 CheckFormatHandler::HandleInvalidPosition(const char *startPos, unsigned posLen,
7928 getLocationOfByte(startPos), /*IsStringLocation*/true,
7929 getSpecifierRange(startPos, posLen));
7932 void CheckFormatHandler::HandleZeroPosition(const char *startPos,
7935 getLocationOfByte(startPos),
7937 getSpecifierRange(startPos, posLen));