Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DItaniumMangle.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()
DMicrosoftMangle.cpp55 dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) in getEffectiveDeclContext()
DDecl.cpp1191 BD->getBlockManglingContextDecl(), computation); in getLVForLocalDecl()
/external/clang/include/clang/AST/
DDecl.h3546 Decl *getBlockManglingContextDecl() const { in getBlockManglingContextDecl() function