Home
last modified time | relevance | path

Searched refs:BDecl (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp83 void BuildScopeInformation(VarDecl *D, const BlockDecl *BDecl,
251 const BlockDecl *BDecl, in BuildScopeInformation() argument
283 Loc = BDecl->getLocation(); in BuildScopeInformation()
553 if (auto *BDecl = EWC->getObject(i).dyn_cast<BlockDecl *>()) in BuildScopeInformation() local
554 for (const auto &CI : BDecl->captures()) { in BuildScopeInformation()
556 BuildScopeInformation(variable, BDecl, origParentScope); in BuildScopeInformation()