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