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

/freebsd-10.1-release/contrib/llvm/tools/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
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp6225 const Decl *BDecl = GetLValueBaseDecl(B);
6226 if (!BDecl || ADecl->getCanonicalDecl() != BDecl->getCanonicalDecl())

Completed in 176 milliseconds