Searched refs:FirstUsingShadow (Results 1 – 4 of 4) sorted by relevance
2087 if (FirstUsingShadow.getPointer()) in addShadowDecl()2088 S->UsingOrNextShadow = FirstUsingShadow.getPointer(); in addShadowDecl()2089 FirstUsingShadow.setPointer(S); in addShadowDecl()2099 if (FirstUsingShadow.getPointer() == S) { in removeShadowDecl()2100 FirstUsingShadow.setPointer( in removeShadowDecl()2106 UsingShadowDecl *Prev = FirstUsingShadow.getPointer(); in removeShadowDecl()
2879 llvm::PointerIntPair<UsingShadowDecl *, 1, bool> FirstUsingShadow; variable2886 DNLoc(NameInfo.getInfo()), FirstUsingShadow(nullptr, HasTypenameKeyword) { in UsingDecl()2913 bool hasTypename() const { return FirstUsingShadow.getInt(); } in hasTypename()2916 void setTypename(bool TN) { FirstUsingShadow.setInt(TN); } in setTypename()2962 return shadow_iterator(FirstUsingShadow.getPointer()); in shadow_begin()
1090 Writer.AddDeclRef(D->FirstUsingShadow.getPointer(), Record); in VisitUsingDecl()
1350 D->FirstUsingShadow.setPointer(ReadDeclAs<UsingShadowDecl>(Record, Idx)); in VisitUsingDecl()