Searched refs:FirstAbbrCode (Results 1 – 2 of 2) sorted by relevance
25 FirstAbbrCode = 0; in clear()37 if (FirstAbbrCode == 0) { in extract()38 FirstAbbrCode = AbbrDecl.getCode(); in extract()42 FirstAbbrCode = UINT32_MAX; in extract()59 if (FirstAbbrCode == UINT32_MAX) { in getAbbreviationDeclaration()66 if (AbbrCode < FirstAbbrCode || AbbrCode >= FirstAbbrCode + Decls.size()) in getAbbreviationDeclaration()68 return &Decls[AbbrCode - FirstAbbrCode]; in getAbbreviationDeclaration()
27 uint32_t FirstAbbrCode; variable