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.cpp522 unsigned IdLen = I->getKeyLength(); in PrintStats() local
523 AverageIdentifierSize += IdLen; in PrintStats()
524 if (MaxIdentifierLength < IdLen) in PrintStats()
525 MaxIdentifierLength = IdLen; in PrintStats()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp665 size_t IdLen = DirectiveStr.size(); in SkipExcludedConditionalBlock() local
666 if (IdLen >= 20) { in SkipExcludedConditionalBlock()
672 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen); in SkipExcludedConditionalBlock()
673 Directive = StringRef(DirectiveBuf, IdLen); in SkipExcludedConditionalBlock()