Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDItaniumMangle.cpp64 = dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) in getEffectiveDeclContext()
1199 = dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) { in mangleLocalName()
1241 if (Decl *Context = Block->getBlockManglingContextDecl()) { in mangleUnqualifiedBlock()
HDMicrosoftMangle.cpp55 dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) in getEffectiveDeclContext()
HDDecl.cpp1197 BD->getBlockManglingContextDecl(), computation); in getLVForLocalDecl()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h3592 Decl *getBlockManglingContextDecl() const { in getBlockManglingContextDecl() function