| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGBlocks.h | 310 const BlockDecl *getBlockDecl() const { return Block; } in getBlockDecl() function 313 assert(BlockExpression->getBlockDecl() == Block); in getBlockExpr()
|
| H A D | CGBlocks.cpp | 573 const BlockDecl *block = info.getBlockDecl(); in computeBlockInfo() 786 if (!blockExpr->getBlockDecl()->hasCaptures()) in EmitBlockLiteral() 792 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName()); in EmitBlockLiteral() 809 bool isLambdaConv = blockInfo.getBlockDecl()->isConversionFromLambda(); in EmitBlockLiteral() 903 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in EmitBlockLiteral() 1293 CGBlockInfo blockInfo(BE->getBlockDecl(), Name); in GetAddrOfGlobalBlock() 1446 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in GenerateBlockFunction()
|
| H A D | CGDecl.cpp | 678 const BlockDecl *block = be->getBlockDecl(); in isAccessedBy() 1665 const BlockDecl *Block = BE->getBlockDecl(); in isCapturedBy()
|
| H A D | CGClass.cpp | 2978 const BlockDecl *BD = BlockInfo->getBlockDecl(); in EmitLambdaBlockInvokeBody()
|
| H A D | CGObjCMac.cpp | 2370 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in visitBlock() 2894 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in fillRunSkipBlockVars()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | UndefCapturedBlockVarChecker.cpp | 54 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
|
| H A D | MallocChecker.cpp | 2961 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | CallGraph.cpp | 63 return Block->getBlockDecl(); in getDeclFromCall()
|
| H A D | AnalysisDeclContext.cpp | 620 IgnoredContexts.insert(BR->getBlockDecl()); in VisitBlockExpr() 621 Visit(BR->getBlockDecl()->getBody()); in VisitBlockExpr()
|
| H A D | CalledOnceCheck.cpp | 1568 Handler.handleBlockThatIsGuaranteedToBeCalledOnce(Block->getBlockDecl()); in VisitBlockExpr() 1570 Handler.handleBlockWithNoGuarantees(Block->getBlockDecl()); in VisitBlockExpr() 1573 for (const auto &Capture : Block->getBlockDecl()->captures()) { in VisitBlockExpr()
|
| H A D | LiveVariables.cpp | 373 LV.analysisContext.getReferencedBlockVars(BE->getBlockDecl())) { in VisitBlockExpr()
|
| H A D | UninitializedValues.cpp | 706 const BlockDecl *bd = be->getBlockDecl(); in VisitBlockExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/ |
| H A D | AnalysisDeclContext.h | 369 const BlockDecl *getBlockDecl() const { return BD; } in getBlockDecl() function
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ASTNodeTraverser.h | 726 void VisitBlockExpr(const BlockExpr *Node) { Visit(Node->getBlockDecl()); } in VisitBlockExpr()
|
| H A D | Expr.h | 5985 const BlockDecl *getBlockDecl() const { return TheBlock; } in getBlockDecl() function 5986 BlockDecl *getBlockDecl() { return TheBlock; } in getBlockDecl() function
|
| H A D | RecursiveASTVisitor.h | 2710 TRY_TO(TraverseDecl(S->getBlockDecl()));
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ComputeDependence.cpp | 257 if (E->getBlockDecl()->isDependentContext()) in computeDependence()
|
| H A D | StmtProfile.cpp | 1557 VisitDecl(S->getBlockDecl()); in VisitBlockExpr()
|
| H A D | StmtPrinter.cpp | 2683 BlockDecl *BD = Node->getBlockDecl(); in VisitBlockExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineC.cpp | 201 const BlockDecl *BD = BE->getBlockDecl(); in VisitBlockExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 3261 BlockDecl *BD = CE->getBlockDecl(); in SynthesizeBlockFunc() 3668 InnerContexts.insert(cast<DeclContext>(CBE->getBlockDecl())); in GetInnerBlockDeclRefExprs() 4351 const BlockDecl *block = Exp->getBlockDecl(); in SynthBlockInitExpr() 4589 InnerContexts.insert(BE->getBlockDecl()); in RewriteFunctionBodyOrGlobalInitializer()
|
| H A D | RewriteModernObjC.cpp | 4052 BlockDecl *BD = CE->getBlockDecl(); in SynthesizeBlockFunc() 4482 InnerContexts.insert(cast<DeclContext>(CBE->getBlockDecl())); in GetInnerBlockDeclRefExprs() 5198 const BlockDecl *block = Exp->getBlockDecl(); in SynthBlockInitExpr() 5466 InnerContexts.insert(BE->getBlockDecl()); in RewriteFunctionBodyOrGlobalInitializer()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 152 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1219 Record.AddDeclRef(E->getBlockDecl()); in VisitBlockExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 1394 BlockDecl *BD = cast<BlockExpr>(BlockArg)->getBlockDecl(); in checkOpenCLBlockArgs() 16580 if (block->getBlockDecl()->capturesVariable(Variable)) in VisitBlockExpr() 16581 Visit(block->getBlockDecl()->getBody()); in VisitBlockExpr() 16639 if (!block || !block->getBlockDecl()->capturesVariable(owner.Variable)) in findCapturingExpr() 16643 visitor.Visit(block->getBlockDecl()->getBody()); in findCapturingExpr()
|