Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DBitcodeWriter.h123 RI_FIRST = VERSION enumerator
127 static constexpr unsigned RecordIdCount = RI_LAST - RI_FIRST;
H A DBitcodeWriter.cpp28 unsigned operator()(unsigned ID) const { return ID - RI_FIRST; } in operator ()()