Searched refs:FirstUsingShadow (Results 1 – 4 of 4) sorted by relevance
2071 if (FirstUsingShadow.getPointer()) in addShadowDecl()2072 S->UsingOrNextShadow = FirstUsingShadow.getPointer(); in addShadowDecl()2073 FirstUsingShadow.setPointer(S); in addShadowDecl()2083 if (FirstUsingShadow.getPointer() == S) { in removeShadowDecl()2084 FirstUsingShadow.setPointer( in removeShadowDecl()2090 UsingShadowDecl *Prev = FirstUsingShadow.getPointer(); in removeShadowDecl()
2885 llvm::PointerIntPair<UsingShadowDecl *, 1, bool> FirstUsingShadow; variable2892 DNLoc(NameInfo.getInfo()), FirstUsingShadow(nullptr, HasTypenameKeyword) { in UsingDecl()2919 bool hasTypename() const { return FirstUsingShadow.getInt(); } in hasTypename()2922 void setTypename(bool TN) { FirstUsingShadow.setInt(TN); } in setTypename()2968 return shadow_iterator(FirstUsingShadow.getPointer()); in shadow_begin()
1042 Writer.AddDeclRef(D->FirstUsingShadow.getPointer(), Record); in VisitUsingDecl()
1250 D->FirstUsingShadow.setPointer(ReadDeclAs<UsingShadowDecl>(Record, Idx)); in VisitUsingDecl()