Lines Matching defs:BlockDecl
415 if (isa<BlockDecl>(S.CurContext)) {
2924 const PrintingPolicy &Policy, const NamedDecl *BlockDecl,
3017 /// \param BlockDecl A declaration with an Objective-C block type.
3024 formatBlockPlaceholder(const PrintingPolicy &Policy, const NamedDecl *BlockDecl,
3032 ResultType.substObjCTypeArgs(BlockDecl->getASTContext(), *ObjCSubsts,
3062 if (!SuppressBlockName && BlockDecl->getIdentifier())
3063 Result += BlockDecl->getIdentifier()->getName();
3071 if (!SuppressBlockName && BlockDecl->getIdentifier())
3072 Result += BlockDecl->getIdentifier()->getName();
4316 while (isa<BlockDecl>(CurContext))