Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DItaniumMangle.cpp65 = dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) in getEffectiveDeclContext()
1505 = dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) { in mangleLocalName()
1548 if (Decl *Context = Block->getBlockManglingContextDecl()) { in mangleUnqualifiedBlock()
DMicrosoftMangle.cpp88 dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) in getEffectiveDeclContext()
DDecl.cpp1199 BD->getBlockManglingContextDecl(), computation); in getLVForLocalDecl()
/external/clang/include/clang/AST/
DDecl.h3601 Decl *getBlockManglingContextDecl() const { in getBlockManglingContextDecl() function