Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DIdentifierTable.cpp322 unsigned IdLen = I->getKeyLength(); in PrintStats() local
323 AverageIdentifierSize += IdLen; in PrintStats()
324 if (MaxIdentifierLength < IdLen) in PrintStats()
325 MaxIdentifierLength = IdLen; in PrintStats()
/external/llvm-project/clang/lib/Basic/
DIdentifierTable.cpp340 unsigned IdLen = I->getKeyLength(); in PrintStats() local
341 AverageIdentifierSize += IdLen; in PrintStats()
342 if (MaxIdentifierLength < IdLen) in PrintStats()
343 MaxIdentifierLength = IdLen; in PrintStats()
/external/clang/lib/Lex/
DPPDirectives.cpp458 unsigned IdLen = DirectiveStr.size(); in SkipExcludedConditionalBlock() local
459 if (IdLen >= 20) { in SkipExcludedConditionalBlock()
465 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen); in SkipExcludedConditionalBlock()
466 Directive = StringRef(DirectiveBuf, IdLen); in SkipExcludedConditionalBlock()
/external/llvm-project/clang/lib/Lex/
DPPDirectives.cpp508 size_t IdLen = DirectiveStr.size(); in SkipExcludedConditionalBlock() local
509 if (IdLen >= 20) { in SkipExcludedConditionalBlock()
515 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen); in SkipExcludedConditionalBlock()
516 Directive = StringRef(DirectiveBuf, IdLen); in SkipExcludedConditionalBlock()