Home
last modified time | relevance | path

Searched refs:IdLen (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp491 unsigned IdLen = I->getKeyLength(); in PrintStats() local
492 AverageIdentifierSize += IdLen; in PrintStats()
493 if (MaxIdentifierLength < IdLen) in PrintStats()
494 MaxIdentifierLength = IdLen; in PrintStats()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp638 size_t IdLen = DirectiveStr.size(); in SkipExcludedConditionalBlock() local
639 if (IdLen >= 20) { in SkipExcludedConditionalBlock()
645 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen); in SkipExcludedConditionalBlock()
646 Directive = StringRef(DirectiveBuf, IdLen); in SkipExcludedConditionalBlock()