HomeSort by: relevance | last modified time | path
    Searched refs:getBlockDecl (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
UndefCapturedBlockVarChecker.cpp 53 if (!BE->getBlockDecl()->hasCaptures())
MallocChecker.cpp 2754 if (!BE->getBlockDecl()->hasCaptures())
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.h 276 const BlockDecl *getBlockDecl() const { return Block; }
279 assert(BlockExpression->getBlockDecl() == Block);
CGBlocks.cpp 525 const BlockDecl *block = info.getBlockDecl();
781 if (!blockExpr->getBlockDecl()->hasCaptures())
787 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName());
806 bool isLambdaConv = blockInfo.getBlockDecl()->isConversionFromLambda();
829 llvm::Constant *blockISA = blockInfo.getBlockDecl()->doesNotEscape()
847 if (blockInfo.getBlockDecl()->doesNotEscape())
900 const BlockDecl *blockDecl = blockInfo.getBlockDecl();
1292 CGBlockInfo blockInfo(BE->getBlockDecl(), Name);
1447 const BlockDecl *blockDecl = blockInfo.getBlockDecl();
1680 for (const auto &CI : BlockInfo.getBlockDecl()->captures())
    [all...]
CGDecl.cpp 658 const BlockDecl *block = be->getBlockDecl();
1645 const BlockDecl *Block = BE->getBlockDecl();
CGClass.cpp 2907 const BlockDecl *BD = BlockInfo->getBlockDecl();
CGObjC.cpp 3341 if (e->getBlockDecl()->canAvoidCopyToHeap())
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CallGraph.cpp 63 return Block->getBlockDecl();
AnalysisDeclContext.cpp 568 IgnoredContexts.insert(BR->getBlockDecl());
569 Visit(BR->getBlockDecl()->getBody());
CalledOnceCheck.cpp 1568 Handler.handleBlockThatIsGuaranteedToBeCalledOnce(Block->getBlockDecl());
1570 Handler.handleBlockWithNoGuarantees(Block->getBlockDecl());
1573 for (const auto &Capture : Block->getBlockDecl()->captures()) {
LiveVariables.cpp 363 LV.analysisContext.getReferencedBlockVars(BE->getBlockDecl())) {
UninitializedValues.cpp 709 const BlockDecl *bd = be->getBlockDecl();
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnalysisDeclContext.h 363 const BlockDecl *getBlockDecl() const { return BD; }
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTNodeTraverser.h 676 void VisitBlockExpr(const BlockExpr *Node) { Visit(Node->getBlockDecl()); }
Expr.h 5903 const BlockDecl *getBlockDecl() const { return TheBlock; }
5904 BlockDecl *getBlockDecl() { return TheBlock; }
RecursiveASTVisitor.h 2579 TRY_TO(TraverseDecl(S->getBlockDecl()));
  /src/external/apache2/llvm/dist/clang/lib/AST/
ComputeDependence.cpp 239 if (E->getBlockDecl()->isDependentContext())
StmtPrinter.cpp 2492 BlockDecl *BD = Node->getBlockDecl();
StmtProfile.cpp 1447 VisitDecl(S->getBlockDecl());
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountChecker.cpp 151 if (!BE->getBlockDecl()->hasCaptures())
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 201 const BlockDecl *BD = BE->getBlockDecl();
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 4062 BlockDecl *BD = CE->getBlockDecl();
4492 InnerContexts.insert(cast<DeclContext>(CBE->getBlockDecl()));
5210 const BlockDecl *block = Exp->getBlockDecl();
5477 InnerContexts.insert(BE->getBlockDecl());
RewriteObjC.cpp 3273 BlockDecl *BD = CE->getBlockDecl();
3680 InnerContexts.insert(cast<DeclContext>(CBE->getBlockDecl()));
4365 const BlockDecl *block = Exp->getBlockDecl();
4601 InnerContexts.insert(BE->getBlockDecl());
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 1212 Record.AddDeclRef(E->getBlockDecl());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 5931 BE->getBlockDecl()->setDoesNotEscape();
14043 BE->getBlockDecl()->setCanAvoidCopyToHeap();
15595 if (Result->getBlockDecl()->hasCaptures()) {
15597 ExprCleanupObjects.push_back(Result->getBlockDecl());
15602 for (const auto &CI : Result->getBlockDecl()->captures()) {

Completed in 93 milliseconds

1 2