Home
last modified time | relevance | path

Searched refs:getBlockManglingContextDecl (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp97 dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) in getEffectiveDeclContext()
1183 if (const auto *MC = BD->getBlockManglingContextDecl()) in mangleNestedName()
1198 if (const auto *MC = BD->getBlockManglingContextDecl()) in mangleNestedName()
H A DItaniumMangle.cpp62 = dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) in getEffectiveDeclContext()
1799 = dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) { in mangleLocalName()
1847 if (Decl *Context = Block->getBlockManglingContextDecl()) { in mangleUnqualifiedBlock()
2111 Context = dyn_cast_or_null<NamedDecl>(Block->getBlockManglingContextDecl()); in getClosurePrefix()
H A DDecl.cpp1313 BD->getBlockManglingContextDecl(), computation); in getLVForLocalDecl()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h4282 Decl *getBlockManglingContextDecl() const { return ManglingContextDecl; } in getBlockManglingContextDecl() function