Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DJumpDiagnostics.cpp75 void BuildScopeInformation(VarDecl *D, const BlockDecl *BDecl,
234 const BlockDecl *BDecl, in BuildScopeInformation() argument
262 Loc = BDecl->getLocation(); in BuildScopeInformation()
504 const BlockDecl *BDecl = EWC->getObject(i); in BuildScopeInformation() local
505 for (const auto &CI : BDecl->captures()) { in BuildScopeInformation()
507 BuildScopeInformation(variable, BDecl, origParentScope); in BuildScopeInformation()
/external/clang/lib/AST/
DExprConstant.cpp7116 const Decl *BDecl = GetLValueBaseDecl(B); in HasSameBase() local
7117 if (!BDecl || ADecl->getCanonicalDecl() != BDecl->getCanonicalDecl()) in HasSameBase()