Searched refs:IdLen (Results 1 – 4 of 4) sorted by relevance
322 unsigned IdLen = I->getKeyLength(); in PrintStats() local323 AverageIdentifierSize += IdLen; in PrintStats()324 if (MaxIdentifierLength < IdLen) in PrintStats()325 MaxIdentifierLength = IdLen; in PrintStats()
340 unsigned IdLen = I->getKeyLength(); in PrintStats() local341 AverageIdentifierSize += IdLen; in PrintStats()342 if (MaxIdentifierLength < IdLen) in PrintStats()343 MaxIdentifierLength = IdLen; in PrintStats()
458 unsigned IdLen = DirectiveStr.size(); in SkipExcludedConditionalBlock() local459 if (IdLen >= 20) { in SkipExcludedConditionalBlock()465 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen); in SkipExcludedConditionalBlock()466 Directive = StringRef(DirectiveBuf, IdLen); in SkipExcludedConditionalBlock()
508 size_t IdLen = DirectiveStr.size(); in SkipExcludedConditionalBlock() local509 if (IdLen >= 20) { in SkipExcludedConditionalBlock()515 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen); in SkipExcludedConditionalBlock()516 Directive = StringRef(DirectiveBuf, IdLen); in SkipExcludedConditionalBlock()