Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DMicrosoftMangle.cpp97 dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) in getEffectiveDeclContext()
1142 if (const auto *MC = BD->getBlockManglingContextDecl()) in mangleNestedName()
1157 if (const auto *MC = BD->getBlockManglingContextDecl()) in mangleNestedName()
DItaniumMangle.cpp61 = dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) in getEffectiveDeclContext()
1679 = dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) { in mangleLocalName()
1722 if (Decl *Context = Block->getBlockManglingContextDecl()) { in mangleUnqualifiedBlock()
DDecl.cpp1290 BD->getBlockManglingContextDecl(), computation); in getLVForLocalDecl()
/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
/external/llvm-project/clang/include/clang/AST/
DDecl.h4262 Decl *getBlockManglingContextDecl() const { return ManglingContextDecl; } in getBlockManglingContextDecl() function