Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp95 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()
H A DItaniumMangle.cpp59 = 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()
H A DDecl.cpp1258 BD->getBlockManglingContextDecl(), computation); in getLVForLocalDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h4021 Decl *getBlockManglingContextDecl() const { in getBlockManglingContextDecl() function