Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp8374 const unsigned char *StrLenPtr = (const unsigned char*) Str - 2; in DecodeIdentifierInfo() local
8375 unsigned StrLen = (((unsigned) StrLenPtr[0]) in DecodeIdentifierInfo()
8376 | (((unsigned) StrLenPtr[1]) << 8)) - 1; in DecodeIdentifierInfo()