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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp75 void BuildScopeInformation(VarDecl *D, const BlockDecl *BDecl,
234 const BlockDecl *BDecl,
262 Loc = BDecl->getLocation();
488 const BlockDecl *BDecl = EWC->getObject(i); local
489 for (const auto &CI : BDecl->captures()) {
491 BuildScopeInformation(variable, BDecl, ParentScope);
233 BuildScopeInformation(VarDecl *D, const BlockDecl *BDecl, unsigned &ParentScope) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp6837 const Decl *BDecl = GetLValueBaseDecl(B); local
6838 if (!BDecl || ADecl->getCanonicalDecl() != BDecl->getCanonicalDecl())

Completed in 116 milliseconds