Searched refs:FirstUsingShadow (Results 1 – 8 of 8) 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()
3019 if (FirstUsingShadow.getPointer()) in addShadowDecl()3020 S->UsingOrNextShadow = FirstUsingShadow.getPointer(); in addShadowDecl()3021 FirstUsingShadow.setPointer(S); in addShadowDecl()3031 if (FirstUsingShadow.getPointer() == S) { in removeShadowDecl()3032 FirstUsingShadow.setPointer( in removeShadowDecl()3038 UsingShadowDecl *Prev = FirstUsingShadow.getPointer(); in removeShadowDecl()
3380 llvm::PointerIntPair<UsingShadowDecl *, 1, bool> FirstUsingShadow; variable3387 DNLoc(NameInfo.getInfo()), FirstUsingShadow(nullptr, HasTypenameKeyword) { in UsingDecl()3419 bool hasTypename() const { return FirstUsingShadow.getInt(); } in hasTypename()3422 void setTypename(bool TN) { FirstUsingShadow.setInt(TN); } in setTypename()3469 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()
1274 Record.AddDeclRef(D->FirstUsingShadow.getPointer()); in VisitUsingDecl()
1647 D->FirstUsingShadow.setPointer(readDeclAs<UsingShadowDecl>()); in VisitUsingDecl()