Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-doc/
DBitcodeWriter.cpp68 BitCodeConstants::StringLengthSize), in StringAbbrev()
85 BitCodeConstants::StringLengthSize), in LocationAbbrev()
321 assert(Str.size() < (1U << BitCodeConstants::StringLengthSize)); in emitRecord()
334 assert(Loc.Filename.size() < (1U << BitCodeConstants::StringLengthSize)); in emitRecord()
DBitcodeWriter.h41 static constexpr unsigned StringLengthSize = 16U; member