Lines Matching defs:BlockDecl
413 if (isa<BlockDecl>(S.CurContext)) {
3051 const PrintingPolicy &Policy, const NamedDecl *BlockDecl,
3144 /// \param BlockDecl A declaration with an Objective-C block type.
3151 formatBlockPlaceholder(const PrintingPolicy &Policy, const NamedDecl *BlockDecl,
3159 ResultType.substObjCTypeArgs(BlockDecl->getASTContext(), *ObjCSubsts,
3189 if (!SuppressBlockName && BlockDecl->getIdentifier())
3190 Result += BlockDecl->getIdentifier()->getName();
3198 if (!SuppressBlockName && BlockDecl->getIdentifier())
3199 Result += BlockDecl->getIdentifier()->getName();
4443 while (isa<BlockDecl>(CurContext))