Searched refs:getBlockManglingContextDecl (Results 1 – 4 of 4) sorted by relevance
65 = dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) in getEffectiveDeclContext()1505 = dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) { in mangleLocalName()1548 if (Decl *Context = Block->getBlockManglingContextDecl()) { in mangleUnqualifiedBlock()
88 dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) in getEffectiveDeclContext()
1199 BD->getBlockManglingContextDecl(), computation); in getLVForLocalDecl()
3601 Decl *getBlockManglingContextDecl() const { in getBlockManglingContextDecl() function