Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DMicrosoftMangle.cpp111 dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) in getEffectiveDeclContext()
1219 if (const auto *MC = BD->getBlockManglingContextDecl()) in mangleNestedName()
1234 if (const auto *MC = BD->getBlockManglingContextDecl()) in mangleNestedName()
H A DItaniumMangle.cpp634 dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) in getEffectiveDeclContext()
1849 = dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) { in mangleLocalName()
1897 if (Decl *Context = Block->getBlockManglingContextDecl()) { in mangleUnqualifiedBlock()
2175 Context = dyn_cast_or_null<NamedDecl>(Block->getBlockManglingContextDecl()); in getClosurePrefix()
H A DDecl.cpp1370 BD->getBlockManglingContextDecl(), computation); in getLVForLocalDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h4500 Decl *getBlockManglingContextDecl() const { return ManglingContextDecl; } in getBlockManglingContextDecl() function