Searched refs:BDecl (Results 1 – 2 of 2) sorted by relevance
75 void BuildScopeInformation(VarDecl *D, const BlockDecl *BDecl,234 const BlockDecl *BDecl, in BuildScopeInformation() argument262 Loc = BDecl->getLocation(); in BuildScopeInformation()504 const BlockDecl *BDecl = EWC->getObject(i); in BuildScopeInformation() local505 for (const auto &CI : BDecl->captures()) { in BuildScopeInformation()507 BuildScopeInformation(variable, BDecl, origParentScope); in BuildScopeInformation()
7116 const Decl *BDecl = GetLValueBaseDecl(B); in HasSameBase() local7117 if (!BDecl || ADecl->getCanonicalDecl() != BDecl->getCanonicalDecl()) in HasSameBase()