Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBlocks.cpp903 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in EmitBlockLiteral() local
906 if (blockDecl->capturesCXXThis()) { in EmitBlockLiteral()
913 for (const auto &CI : blockDecl->captures()) { in EmitBlockLiteral()
930 if (blockDecl->isConversionFromLambda()) { in EmitBlockLiteral()
974 if (blockDecl->isConversionFromLambda()) { in EmitBlockLiteral()
1086 if (BD == blockDecl) in EmitBlockLiteral()
1446 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in GenerateBlockFunction() local
1482 ImplicitParamDecl SelfDecl(getContext(), const_cast<BlockDecl *>(blockDecl), in GenerateBlockFunction()
1488 args.append(blockDecl->param_begin(), blockDecl->param_end()); in GenerateBlockFunction()
1499 StringRef name = CGM.getBlockMangledName(GD, blockDecl); in GenerateBlockFunction()
[all …]
H A DCGBlocks.h317 CGBlockInfo(const BlockDecl *blockDecl, StringRef Name);
H A DCGDebugInfo.cpp4897 const BlockDecl *blockDecl = block.getBlockDecl(); in EmitDeclareOfBlockLiteralArgVariable() local
4900 SourceLocation loc = blockDecl->getCaretLocation(); in EmitDeclareOfBlockLiteralArgVariable()
4906 getDeclContextDescriptor(blockDecl); in EmitDeclareOfBlockLiteralArgVariable()
4920 if (blockDecl->capturesCXXThis()) { in EmitDeclareOfBlockLiteralArgVariable()
4929 for (const auto &capture : blockDecl->captures()) { in EmitDeclareOfBlockLiteralArgVariable()
4955 cast_or_null<CXXMethodDecl>(blockDecl->getNonClosureContext())) in EmitDeclareOfBlockLiteralArgVariable()
4957 else if (auto *RDecl = dyn_cast<CXXRecordDecl>(blockDecl->getParent())) in EmitDeclareOfBlockLiteralArgVariable()
H A DCGObjCMac.cpp2370 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in visitBlock() local
2378 for (const auto &CI : blockDecl->captures()) { in visitBlock()
2894 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in fillRunSkipBlockVars() local
2907 for (const auto &CI : blockDecl->captures()) { in fillRunSkipBlockVars()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAutoreleaseWriteChecker.cpp227 blockDecl(HasParamAndWritesInMarkedFuncM))); in checkASTCodeBody()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp151 REGISTER_MATCHER(blockDecl); in RegistryMaps()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp837 blockDecl; variable
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1604 blockDecl;