Searched refs:IdLen (Results 1 – 2 of 2) sorted by relevance
321 unsigned IdLen = I->getKeyLength(); in PrintStats() local322 AverageIdentifierSize += IdLen; in PrintStats()323 if (MaxIdentifierLength < IdLen) in PrintStats()324 MaxIdentifierLength = IdLen; in PrintStats()
377 unsigned IdLen = DirectiveStr.size(); in SkipExcludedConditionalBlock() local378 if (IdLen >= 20) { in SkipExcludedConditionalBlock()384 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen); in SkipExcludedConditionalBlock()385 Directive = StringRef(DirectiveBuf, IdLen); in SkipExcludedConditionalBlock()