Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp113 dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) in getEffectiveDeclContext()
1373 if (const auto *MC = BD->getBlockManglingContextDecl()) in mangleNestedName()
1388 if (const auto *MC = BD->getBlockManglingContextDecl()) in mangleNestedName()
H A DItaniumMangle.cpp671 dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) in getEffectiveDeclContext()
1924 = dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) { in mangleLocalName()
1972 if (Decl *Context = Block->getBlockManglingContextDecl()) { in mangleUnqualifiedBlock()
2290 Context = dyn_cast_or_null<NamedDecl>(Block->getBlockManglingContextDecl()); in getClosurePrefix()
H A DDecl.cpp1414 BD->getBlockManglingContextDecl(), computation); in getLVForLocalDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4635 Decl *getBlockManglingContextDecl() const { return ManglingContextDecl; } in getBlockManglingContextDecl() function