Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTBitCodes.h106 explicit TypeIdx(uint32_t ModuleFileIdx, uint32_t Idx) in TypeIdx() argument
107 : ModuleFileIndex(ModuleFileIdx), Idx(Idx) {} in TypeIdx()