Searched refs:IdLen (Results 1 – 2 of 2) sorted by relevance
522 unsigned IdLen = I->getKeyLength(); in PrintStats() local523 AverageIdentifierSize += IdLen; in PrintStats()524 if (MaxIdentifierLength < IdLen) in PrintStats()525 MaxIdentifierLength = IdLen; in PrintStats()
665 size_t IdLen = DirectiveStr.size(); in SkipExcludedConditionalBlock() local666 if (IdLen >= 20) { in SkipExcludedConditionalBlock()672 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen); in SkipExcludedConditionalBlock()673 Directive = StringRef(DirectiveBuf, IdLen); in SkipExcludedConditionalBlock()