Home | History | Annotate | Download | only in Sema

Lines Matching full:startpos

1207   virtual void HandleZeroPosition(const char *startPos, unsigned posLen);
1258 CheckFormatHandler::HandleInvalidPosition(const char *startPos, unsigned posLen,
1260 SourceLocation Loc = getLocationOfByte(startPos);
1262 << (unsigned) p << getSpecifierRange(startPos, posLen);
1265 void CheckFormatHandler::HandleZeroPosition(const char *startPos,
1267 SourceLocation Loc = getLocationOfByte(startPos);
1269 << getSpecifierRange(startPos, posLen);