| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.h | 306 const BlockDecl *getBlockDecl() const { return Block; } in getBlockDecl() function 309 assert(BlockExpression->getBlockDecl() == Block); in getBlockExpr()
|
| H A D | CGBlocks.cpp | 557 const BlockDecl *block = info.getBlockDecl(); in computeBlockInfo() 769 if (!blockExpr->getBlockDecl()->hasCaptures()) in EmitBlockLiteral() 775 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName()); in EmitBlockLiteral() 792 bool isLambdaConv = blockInfo.getBlockDecl()->isConversionFromLambda(); in EmitBlockLiteral() 917 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in EmitBlockLiteral() 1290 CGBlockInfo blockInfo(BE->getBlockDecl(), Name); in GetAddrOfGlobalBlock() 1459 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in GenerateBlockFunction()
|
| H A D | CGDecl.cpp | 680 const BlockDecl *block = be->getBlockDecl(); in isAccessedBy() 1766 const BlockDecl *Block = BE->getBlockDecl(); in isCapturedBy()
|
| H A D | CGOpenMPRuntimeGPU.cpp | 384 for (const BlockDecl::Capture &C : E->getBlockDecl()->captures()) { in VisitBlockExpr()
|
| H A D | CGClass.cpp | 3026 const BlockDecl *BD = BlockInfo->getBlockDecl(); in EmitLambdaBlockInvokeBody()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CallGraph.cpp | 62 return Block->getBlockDecl(); in getDeclFromCall()
|
| H A D | AnalysisDeclContext.cpp | 618 IgnoredContexts.insert(BR->getBlockDecl()); in VisitBlockExpr() 619 Visit(BR->getBlockDecl()->getBody()); in VisitBlockExpr()
|
| H A D | CalledOnceCheck.cpp | 1567 Handler.handleBlockThatIsGuaranteedToBeCalledOnce(Block->getBlockDecl()); in VisitBlockExpr() 1569 Handler.handleBlockWithNoGuarantees(Block->getBlockDecl()); in VisitBlockExpr() 1572 for (const auto &Capture : Block->getBlockDecl()->captures()) { in VisitBlockExpr()
|
| H A D | LiveVariables.cpp | 410 LV.analysisContext.getReferencedBlockVars(BE->getBlockDecl())) { in VisitBlockExpr()
|
| H A D | UninitializedValues.cpp | 708 const BlockDecl *bd = be->getBlockDecl(); in VisitBlockExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | AnalysisDeclContext.h | 369 const BlockDecl *getBlockDecl() const { return BD; } in getBlockDecl() function
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjC.cpp | 890 if (block->getBlockDecl()->capturesVariable(Variable)) in VisitBlockExpr() 891 Visit(block->getBlockDecl()->getBody()); in VisitBlockExpr() 950 if (!block || !block->getBlockDecl()->capturesVariable(owner.Variable)) in findCapturingExpr() 954 visitor.Visit(block->getBlockDecl()->getBody()); in findCapturingExpr()
|
| H A D | SemaOpenCL.cpp | 124 BlockDecl *BD = cast<BlockExpr>(BlockArg)->getBlockDecl(); in checkBlockArgs()
|
| H A D | CheckExprLifetime.cpp | 1082 if (cast<BlockExpr>(Init)->getBlockDecl()->hasCaptures()) { in visitLocalsRetainedByInitializer()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Context.cpp | 513 const BlockDecl *BD = E->getBlockDecl(); in getOrCreateObjCBlock()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTNodeTraverser.h | 887 void VisitBlockExpr(const BlockExpr *Node) { Visit(Node->getBlockDecl()); } in VisitBlockExpr()
|
| H A D | Expr.h | 6564 const BlockDecl *getBlockDecl() const { return TheBlock; } in getBlockDecl() function 6565 BlockDecl *getBlockDecl() { return TheBlock; } in getBlockDecl() function
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ComputeDependence.cpp | 258 if (E->getBlockDecl()->isDependentContext()) in computeDependence()
|
| H A D | StmtProfile.cpp | 1645 VisitDecl(S->getBlockDecl()); in VisitBlockExpr()
|
| H A D | StmtPrinter.cpp | 2886 BlockDecl *BD = Node->getBlockDecl(); in VisitBlockExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineC.cpp | 202 const BlockDecl *BD = BE->getBlockDecl(); in VisitBlockExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 3259 BlockDecl *BD = CE->getBlockDecl(); in SynthesizeBlockFunc() 3660 InnerContexts.insert(cast<DeclContext>(CBE->getBlockDecl())); in GetInnerBlockDeclRefExprs() 4334 const BlockDecl *block = Exp->getBlockDecl(); in SynthBlockInitExpr() 4568 InnerContexts.insert(BE->getBlockDecl()); in RewriteFunctionBodyOrGlobalInitializer()
|
| H A D | RewriteModernObjC.cpp | 4050 BlockDecl *BD = CE->getBlockDecl(); in SynthesizeBlockFunc() 4463 InnerContexts.insert(cast<DeclContext>(CBE->getBlockDecl())); in GetInnerBlockDeclRefExprs() 5171 const BlockDecl *block = Exp->getBlockDecl(); in SynthBlockInitExpr() 5429 InnerContexts.insert(BE->getBlockDecl()); in RewriteFunctionBodyOrGlobalInitializer()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 151 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 3220 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
|