Searched refs:getBlockManglingContextDecl (Results 1 – 4 of 4) sorted by relevance
64 = dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) in getEffectiveDeclContext()1199 = dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) { in mangleLocalName()1241 if (Decl *Context = Block->getBlockManglingContextDecl()) { in mangleUnqualifiedBlock()
55 dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) in getEffectiveDeclContext()
1191 BD->getBlockManglingContextDecl(), computation); in getLVForLocalDecl()
3546 Decl *getBlockManglingContextDecl() const { in getBlockManglingContextDecl() function