Searched refs:blockDecl (Results 1 – 8 of 8) sorted by relevance
917 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in EmitBlockLiteral() local920 if (blockDecl->capturesCXXThis()) { in EmitBlockLiteral()927 for (const auto &CI : blockDecl->captures()) { in EmitBlockLiteral()944 if (blockDecl->isConversionFromLambda()) { in EmitBlockLiteral()988 if (blockDecl->isConversionFromLambda()) { in EmitBlockLiteral()1100 if (BD == blockDecl) in EmitBlockLiteral()1459 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in GenerateBlockFunction() local1495 ImplicitParamDecl SelfDecl(getContext(), const_cast<BlockDecl *>(blockDecl), in GenerateBlockFunction()1501 args.append(blockDecl->param_begin(), blockDecl->param_end()); in GenerateBlockFunction()1512 StringRef name = CGM.getBlockMangledName(GD, blockDecl); in GenerateBlockFunction()[all …]
313 CGBlockInfo(const BlockDecl *blockDecl, StringRef Name);
5484 const BlockDecl *blockDecl = block.getBlockDecl(); in EmitDeclareOfBlockLiteralArgVariable() local5487 SourceLocation loc = blockDecl->getCaretLocation(); in EmitDeclareOfBlockLiteralArgVariable()5493 getDeclContextDescriptor(blockDecl); in EmitDeclareOfBlockLiteralArgVariable()5507 if (blockDecl->capturesCXXThis()) { in EmitDeclareOfBlockLiteralArgVariable()5516 for (const auto &capture : blockDecl->captures()) { in EmitDeclareOfBlockLiteralArgVariable()5542 cast_or_null<CXXMethodDecl>(blockDecl->getNonClosureContext())) in EmitDeclareOfBlockLiteralArgVariable()5544 else if (auto *RDecl = dyn_cast<CXXRecordDecl>(blockDecl->getParent())) in EmitDeclareOfBlockLiteralArgVariable()
2285 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in visitBlock() local2293 for (const auto &CI : blockDecl->captures()) { in visitBlock()2806 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in fillRunSkipBlockVars() local2819 for (const auto &CI : blockDecl->captures()) { in fillRunSkipBlockVars()
227 blockDecl(HasParamAndWritesInMarkedFuncM))); in checkASTCodeBody()
152 REGISTER_MATCHER(blockDecl); in RegistryMaps()
867 blockDecl; variable
1655 blockDecl;