Searched refs:blockDecl (Results 1 – 8 of 8) sorted by relevance
900 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in EmitBlockLiteral() local903 if (blockDecl->capturesCXXThis()) { in EmitBlockLiteral()910 for (const auto &CI : blockDecl->captures()) { in EmitBlockLiteral()927 if (blockDecl->isConversionFromLambda()) { in EmitBlockLiteral()971 if (blockDecl->isConversionFromLambda()) { in EmitBlockLiteral()1083 if (BD == blockDecl) in EmitBlockLiteral()1447 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in GenerateBlockFunction() local1483 ImplicitParamDecl SelfDecl(getContext(), const_cast<BlockDecl *>(blockDecl), in GenerateBlockFunction()1489 args.append(blockDecl->param_begin(), blockDecl->param_end()); in GenerateBlockFunction()1500 StringRef name = CGM.getBlockMangledName(GD, blockDecl); in GenerateBlockFunction()[all …]
283 CGBlockInfo(const BlockDecl *blockDecl, StringRef Name);
4602 const BlockDecl *blockDecl = block.getBlockDecl(); in EmitDeclareOfBlockLiteralArgVariable() local4605 SourceLocation loc = blockDecl->getCaretLocation(); in EmitDeclareOfBlockLiteralArgVariable()4611 getDeclContextDescriptor(blockDecl); in EmitDeclareOfBlockLiteralArgVariable()4625 if (blockDecl->capturesCXXThis()) { in EmitDeclareOfBlockLiteralArgVariable()4634 for (const auto &capture : blockDecl->captures()) { in EmitDeclareOfBlockLiteralArgVariable()4660 cast_or_null<CXXMethodDecl>(blockDecl->getNonClosureContext())) in EmitDeclareOfBlockLiteralArgVariable()4662 else if (auto *RDecl = dyn_cast<CXXRecordDecl>(blockDecl->getParent())) in EmitDeclareOfBlockLiteralArgVariable()
2429 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in visitBlock() local2437 for (const auto &CI : blockDecl->captures()) { in visitBlock()2953 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in fillRunSkipBlockVars() local2966 for (const auto &CI : blockDecl->captures()) { in fillRunSkipBlockVars()
225 blockDecl(HasParamAndWritesInMarkedFuncM))); in checkASTCodeBody()
151 REGISTER_MATCHER(blockDecl); in RegistryMaps()
822 blockDecl; variable
1590 blockDecl;