Searched refs:FirstUsingShadow (Results 1 – 4 of 4) sorted by relevance
2200 if (FirstUsingShadow.getPointer()) in addShadowDecl()2201 S->UsingOrNextShadow = FirstUsingShadow.getPointer(); in addShadowDecl()2202 FirstUsingShadow.setPointer(S); in addShadowDecl()2212 if (FirstUsingShadow.getPointer() == S) { in removeShadowDecl()2213 FirstUsingShadow.setPointer( in removeShadowDecl()2219 UsingShadowDecl *Prev = FirstUsingShadow.getPointer(); in removeShadowDecl()
3057 llvm::PointerIntPair<UsingShadowDecl *, 1, bool> FirstUsingShadow; variable3064 DNLoc(NameInfo.getInfo()), FirstUsingShadow(nullptr, HasTypenameKeyword) { in UsingDecl()3091 bool hasTypename() const { return FirstUsingShadow.getInt(); } in hasTypename()3094 void setTypename(bool TN) { FirstUsingShadow.setInt(TN); } in setTypename()3140 return shadow_iterator(FirstUsingShadow.getPointer()); in shadow_begin()
1115 Record.AddDeclRef(D->FirstUsingShadow.getPointer()); in VisitUsingDecl()
1407 D->FirstUsingShadow.setPointer(ReadDeclAs<UsingShadowDecl>(Record, Idx)); in VisitUsingDecl()