Searched refs:PrevAbbrOffsetPos (Results 1 – 2 of 2) sorted by relevance
73 PrevAbbrOffsetPos = AbbrDeclSets.end(); in clear()104 if (PrevAbbrOffsetPos != End && PrevAbbrOffsetPos->first == CUAbbrOffset) { in getAbbreviationDeclarationSet()105 return &(PrevAbbrOffsetPos->second); in getAbbreviationDeclarationSet()110 PrevAbbrOffsetPos = Pos; in getAbbreviationDeclarationSet()
46 mutable DWARFAbbreviationDeclarationSetMap::const_iterator PrevAbbrOffsetPos; variable