Searched refs:IdLen (Results 1 – 2 of 2) 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()
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()