Home
last modified time | relevance | path

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

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