Searched refs:IdLen (Results 1 – 2 of 2) sorted by relevance
266 unsigned IdLen = I->getKeyLength(); in PrintStats() local267 AverageIdentifierSize += IdLen; in PrintStats()268 if (MaxIdentifierLength < IdLen) in PrintStats()269 MaxIdentifierLength = IdLen; in PrintStats()
298 unsigned IdLen = DirectiveStr.size(); in SkipExcludedConditionalBlock() local299 if (IdLen >= 20) { in SkipExcludedConditionalBlock()305 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen); in SkipExcludedConditionalBlock()306 Directive = StringRef(DirectiveBuf, IdLen); in SkipExcludedConditionalBlock()