Searched refs:getBlockManglingContextDecl (Results 1 – 4 of 4) sorted by relevance
95 dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) in getEffectiveDeclContext()1041 if (const auto *MC = BD->getBlockManglingContextDecl()) in mangleNestedName()1056 if (const auto *MC = BD->getBlockManglingContextDecl()) in mangleNestedName()
59 = dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) in getEffectiveDeclContext()1611 = dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) { in mangleLocalName()1654 if (Decl *Context = Block->getBlockManglingContextDecl()) { in mangleUnqualifiedBlock()
1258 BD->getBlockManglingContextDecl(), computation); in getLVForLocalDecl()
4021 Decl *getBlockManglingContextDecl() const { in getBlockManglingContextDecl() function