Searched refs:IdLen (Results 1 – 2 of 2) sorted by relevance
492 unsigned IdLen = I->getKeyLength(); in PrintStats() local493 AverageIdentifierSize += IdLen; in PrintStats()494 if (MaxIdentifierLength < IdLen) in PrintStats()495 MaxIdentifierLength = IdLen; in PrintStats()
639 size_t IdLen = DirectiveStr.size(); in SkipExcludedConditionalBlock() local640 if (IdLen >= 20) { in SkipExcludedConditionalBlock()646 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen); in SkipExcludedConditionalBlock()647 Directive = StringRef(DirectiveBuf, IdLen); in SkipExcludedConditionalBlock()