Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp1035 if (blockDecl->capturesCXXThis()) { in EmitBlockLiteral()
1042 for (const auto &CI : blockDecl->captures()) { in EmitBlockLiteral()
1060 if (blockDecl->isConversionFromLambda()) { in EmitBlockLiteral()
1105 if (blockDecl->isConversionFromLambda()) { in EmitBlockLiteral()
1571 args.append(blockDecl->param_begin(), blockDecl->param_end()); in GenerateBlockFunction()
1597 blockDecl->getLocation(), in GenerateBlockFunction()
1619 if (blockDecl->capturesCXXThis()) { in GenerateBlockFunction()
1627 for (const auto &CI : blockDecl->captures()) { in GenerateBlockFunction()
1650 incrementProfileCounter(blockDecl->getBody()); in GenerateBlockFunction()
1651 EmitStmt(blockDecl->getBody()); in GenerateBlockFunction()
[all …]
H A DCGBlocks.h288 CGBlockInfo(const BlockDecl *blockDecl, StringRef Name);
H A DCGDebugInfo.cpp3999 const BlockDecl *blockDecl = block.getBlockDecl(); in EmitDeclareOfBlockLiteralArgVariable() local
4002 SourceLocation loc = blockDecl->getCaretLocation(); in EmitDeclareOfBlockLiteralArgVariable()
4008 getDeclContextDescriptor(blockDecl); in EmitDeclareOfBlockLiteralArgVariable()
4022 if (blockDecl->capturesCXXThis()) { in EmitDeclareOfBlockLiteralArgVariable()
4031 for (const auto &capture : blockDecl->captures()) { in EmitDeclareOfBlockLiteralArgVariable()
4057 cast_or_null<CXXMethodDecl>(blockDecl->getNonClosureContext())) in EmitDeclareOfBlockLiteralArgVariable()
4059 else if (auto *RDecl = dyn_cast<CXXRecordDecl>(blockDecl->getParent())) in EmitDeclareOfBlockLiteralArgVariable()
H A DCGObjCMac.cpp2324 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in visitBlock() local
2332 for (const auto &CI : blockDecl->captures()) { in visitBlock()
2851 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in fillRunSkipBlockVars() local
2864 for (const auto &CI : blockDecl->captures()) { in fillRunSkipBlockVars()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAutoreleaseWriteChecker.cpp200 blockDecl(HasParamAndWritesInMarkedFuncM))); in checkASTCodeBody()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp141 REGISTER_MATCHER(blockDecl); in RegistryMaps()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp641 blockDecl; variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1399 blockDecl;