Searched refs:IdLen (Results 1 – 2 of 2) sorted by relevance
312 unsigned IdLen = I->getKeyLength(); in PrintStats() local313 AverageIdentifierSize += IdLen; in PrintStats()314 if (MaxIdentifierLength < IdLen) in PrintStats()315 MaxIdentifierLength = IdLen; in PrintStats()
387 unsigned IdLen = DirectiveStr.size(); in SkipExcludedConditionalBlock() local388 if (IdLen >= 20) { in SkipExcludedConditionalBlock()394 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen); in SkipExcludedConditionalBlock()395 Directive = StringRef(DirectiveBuf, IdLen); in SkipExcludedConditionalBlock()