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

1 2

  /external/clang/lib/CodeGen/
CGBlocks.h 243 const BlockDecl *getBlockDecl() const { return Block; }
246 assert(BlockExpression->getBlockDecl() == Block);
CGBlocks.cpp 334 const BlockDecl *block = info.getBlockDecl();
648 if (cur->getBlockDecl() == block) {
671 if (!blockExpr->getBlockDecl()->hasCaptures()) {
672 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName());
681 blockExpr->getBlockDecl()));
689 bool isLambdaConv = blockInfo.getBlockDecl()->isConversionFromLambda();
730 const BlockDecl *blockDecl = blockInfo.getBlockDecl();
    [all...]
CGDecl.cpp 536 const BlockDecl *block = be->getBlockDecl();
    [all...]
CGClass.cpp     [all...]
CGObjCMac.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
UndefCapturedBlockVarChecker.cpp 57 if (!BE->getBlockDecl()->hasCaptures())
MallocChecker.cpp     [all...]
  /external/clang/lib/Analysis/
CallGraph.cpp 49 return Block->getBlockDecl();
AnalysisDeclContext.cpp 485 IgnoredContexts.insert(BR->getBlockDecl());
486 Visit(BR->getBlockDecl()->getBody());
LiveVariables.cpp 362 LV.analysisContext.getReferencedBlockVars(BE->getBlockDecl());
UninitializedValues.cpp 634 const BlockDecl *bd = be->getBlockDecl();
  /external/clang/include/clang/Analysis/
AnalysisContext.h 348 const BlockDecl *getBlockDecl() const { return BD; }
  /external/clang/lib/AST/
ASTDumper.cpp     [all...]
StmtProfile.cpp 616 VisitDecl(S->getBlockDecl());
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 193 SVal V = svalBuilder.getBlockPointer(BE->getBlockDecl(), T,
    [all...]
  /external/clang/include/clang/AST/
DataRecursiveASTVisitor.h     [all...]
Expr.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 803 Writer.AddDeclRef(E->getBlockDecl(), Record);
    [all...]

Completed in 345 milliseconds

1 2