Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp75 void BuildScopeInformation(VarDecl *D, const BlockDecl *BDecl,
238 const BlockDecl *BDecl, in BuildScopeInformation() argument
270 Loc = BDecl->getLocation(); in BuildScopeInformation()
518 const BlockDecl *BDecl = EWC->getObject(i); in BuildScopeInformation() local
519 for (const auto &CI : BDecl->captures()) { in BuildScopeInformation()
521 BuildScopeInformation(variable, BDecl, origParentScope); in BuildScopeInformation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp1787 const Decl *BDecl = GetLValueBaseDecl(B); in HasSameBase() local
1788 if (!BDecl || ADecl->getCanonicalDecl() != BDecl->getCanonicalDecl()) in HasSameBase()