Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp900 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in EmitBlockLiteral() local
903 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() local
1483 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 …]
H A DCGBlocks.h283 CGBlockInfo(const BlockDecl *blockDecl, StringRef Name);
H A DCGDebugInfo.cpp4602 const BlockDecl *blockDecl = block.getBlockDecl(); in EmitDeclareOfBlockLiteralArgVariable() local
4605 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()
H A DCGObjCMac.cpp2429 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in visitBlock() local
2437 for (const auto &CI : blockDecl->captures()) { in visitBlock()
2953 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in fillRunSkipBlockVars() local
2966 for (const auto &CI : blockDecl->captures()) { in fillRunSkipBlockVars()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAutoreleaseWriteChecker.cpp225 blockDecl(HasParamAndWritesInMarkedFuncM))); in checkASTCodeBody()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp151 REGISTER_MATCHER(blockDecl); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp822 blockDecl; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1590 blockDecl;