HomeSort by relevance Sort by last modified time
    Searched refs:getBlockDecl (Results 1 - 25 of 29) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
UndefCapturedBlockVarChecker.cpp 54 if (!BE->getBlockDecl()->hasCaptures())
MallocChecker.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBlocks.h 264 const BlockDecl *getBlockDecl() const { return Block; }
267 assert(BlockExpression->getBlockDecl() == Block);
CGBlocks.cpp 319 const BlockDecl *block = info.getBlockDecl();
649 if (cur->getBlockDecl() == block) {
672 if (!blockExpr->getBlockDecl()->hasCaptures()) {
673 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName());
682 blockExpr->getBlockDecl()));
690 bool isLambdaConv = blockInfo.getBlockDecl()->isConversionFromLambda();
751 const BlockDecl *blockDecl = blockInfo.getBlockDecl();
    [all...]
CGDecl.cpp 578 const BlockDecl *block = be->getBlockDecl();
    [all...]
CGClass.cpp     [all...]
CGObjCMac.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Analysis/
CallGraph.cpp 49 return Block->getBlockDecl();
AnalysisDeclContext.cpp 509 IgnoredContexts.insert(BR->getBlockDecl());
510 Visit(BR->getBlockDecl()->getBody());
LiveVariables.cpp 359 LV.analysisContext.getReferencedBlockVars(BE->getBlockDecl())) {
UninitializedValues.cpp 693 const BlockDecl *bd = be->getBlockDecl();
CFG.cpp     [all...]
  /external/clang/include/clang/Analysis/
AnalysisContext.h 357 const BlockDecl *getBlockDecl() const { return BD; }
  /external/clang/lib/AST/
ASTDumper.cpp     [all...]
StmtPrinter.cpp     [all...]
StmtProfile.cpp 855 VisitDecl(S->getBlockDecl());
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 192 const BlockDecl *BD = BE->getBlockDecl();
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 852 Writer.AddDeclRef(E->getBlockDecl(), Record);
    [all...]

Completed in 213 milliseconds

1 2