Searched refs:VectorStringLength (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp3452 size_t VectorStringLength = 0; local
3453 while ((VectorStringLength + 1) < StrSize &&
3454 isdigit(Str[VectorStringLength + 1]))
3455 ++VectorStringLength;
3456 if (VectorStringLength &&
3457 !Str.substr(1, VectorStringLength).getAsInteger(10, VectorSize) &&
3459 parseModeAttrArg(*this, Str.substr(VectorStringLength + 1), DestWidth,

Completed in 94 milliseconds