Searched refs:BDecl (Results 1 – 2 of 2) sorted by relevance
75 void BuildScopeInformation(VarDecl *D, const BlockDecl *BDecl,238 const BlockDecl *BDecl, in BuildScopeInformation() argument270 Loc = BDecl->getLocation(); in BuildScopeInformation()518 const BlockDecl *BDecl = EWC->getObject(i); in BuildScopeInformation() local519 for (const auto &CI : BDecl->captures()) { in BuildScopeInformation()521 BuildScopeInformation(variable, BDecl, origParentScope); in BuildScopeInformation()
1787 const Decl *BDecl = GetLValueBaseDecl(B); in HasSameBase() local1788 if (!BDecl || ADecl->getCanonicalDecl() != BDecl->getCanonicalDecl()) in HasSameBase()