Searched refs:BDecl (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | JumpDiagnostics.cpp | 75 void BuildScopeInformation(VarDecl *D, const BlockDecl *BDecl, 234 const BlockDecl *BDecl, in BuildScopeInformation() argument 262 Loc = BDecl->getLocation(); in BuildScopeInformation() 504 const BlockDecl *BDecl = EWC->getObject(i); in BuildScopeInformation() local 505 for (const auto &CI : BDecl->captures()) { in BuildScopeInformation() 507 BuildScopeInformation(variable, BDecl, origParentScope); in BuildScopeInformation()
|
/external/llvm-project/clang/lib/Sema/ |
D | JumpDiagnostics.cpp | 77 void BuildScopeInformation(VarDecl *D, const BlockDecl *BDecl, 242 const BlockDecl *BDecl, in BuildScopeInformation() argument 274 Loc = BDecl->getLocation(); in BuildScopeInformation() 544 if (auto *BDecl = EWC->getObject(i).dyn_cast<BlockDecl *>()) in BuildScopeInformation() local 545 for (const auto &CI : BDecl->captures()) { in BuildScopeInformation() 547 BuildScopeInformation(variable, BDecl, origParentScope); in BuildScopeInformation()
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 7116 const Decl *BDecl = GetLValueBaseDecl(B); in HasSameBase() local 7117 if (!BDecl || ADecl->getCanonicalDecl() != BDecl->getCanonicalDecl()) in HasSameBase()
|