Searched refs:getBlockManglingContextDecl (Results 1 – 4 of 4) sorted by relevance
113 dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) in getEffectiveDeclContext()1282 if (const auto *MC = BD->getBlockManglingContextDecl()) in mangleNestedName()1297 if (const auto *MC = BD->getBlockManglingContextDecl()) in mangleNestedName()
672 dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) in getEffectiveDeclContext()1923 = dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) { in mangleLocalName()1971 if (Decl *Context = Block->getBlockManglingContextDecl()) { in mangleUnqualifiedBlock()2291 Context = dyn_cast_or_null<NamedDecl>(Block->getBlockManglingContextDecl()); in getClosurePrefix()
1414 BD->getBlockManglingContextDecl(), computation); in getLVForLocalDecl()
4615 Decl *getBlockManglingContextDecl() const { return ManglingContextDecl; } in getBlockManglingContextDecl() function