Searched defs:BDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp71 void BuildScopeInformation(VarDecl *D, const BlockDecl *BDecl,
253 const BlockDecl *BDecl,
281 Loc = BDecl->getLocation();
476 const BlockDecl *BDecl = EWC->getObject(i); local
477 for (BlockDecl::capture_const_iterator ci = BDecl->capture_begin(),
478 ce = BDecl->capture_end(); ci != ce; ++ci) {
480 BuildScopeInformation(variable, BDecl, ParentScope);
252 BuildScopeInformation(VarDecl *D, const BlockDecl *BDecl, unsigned &ParentScope) argument

Completed in 66 milliseconds