Home
last modified time | relevance | path

Searched defs:BlockIdToIndexFunctor (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-doc/
DBitcodeWriter.cpp21 struct BlockIdToIndexFunctor { struct
22 using argument_type = unsigned;
23 unsigned operator()(unsigned ID) const { return ID - BI_FIRST; } in operator ()()