Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-doc/
DBitcodeWriter.h66 BI_FIRST = BI_VERSION_BLOCK_ID enumerator
126 static constexpr unsigned BlockIdCount = BI_LAST - BI_FIRST;
DBitcodeWriter.cpp23 unsigned operator()(unsigned ID) const { return ID - BI_FIRST; } in operator ()()