Searched refs:BaseID (Results 1 – 1 of 1) sorted by relevance
4845 auto writeBaseIDOrNone = [&](auto BaseID, bool ShouldWrite) { in WriteASTCore() argument4846 assert(BaseID < std::numeric_limits<uint32_t>::max() && "base id too high"); in WriteASTCore()4848 LE.write<uint32_t>(BaseID); in WriteASTCore()