HomeSort by relevance Sort by last modified time
    Searched refs:getBlockDecl (Results 1 - 25 of 30) 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();
651 if (cur->getBlockDecl() == block) {
674 if (!blockExpr->getBlockDecl()->hasCaptures()) {
675 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName());
684 blockExpr->getBlockDecl()));
692 bool isLambdaConv = blockInfo.getBlockDecl()->isConversionFromLambda();
733 const BlockDecl *blockDecl = blockInfo.getBlockDecl();
    [all...]
CGDecl.cpp 530 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/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 513 const BlockDecl *getBlockDecl() const {
521 return RuntimeDefinition(getBlockDecl());
525 return getBlockDecl()->isVariadic();
    [all...]
  /external/clang/lib/Analysis/
CallGraph.cpp 49 return Block->getBlockDecl();
AnalysisDeclContext.cpp 480 IgnoredContexts.insert(BR->getBlockDecl());
481 Visit(BR->getBlockDecl()->getBody());
LiveVariables.cpp 377 LV.analysisContext.getReferencedBlockVars(BE->getBlockDecl());
UninitializedValues.cpp 618 const BlockDecl *bd = be->getBlockDecl();
  /external/clang/include/clang/Analysis/
AnalysisContext.h 353 const BlockDecl *getBlockDecl() const { return BD; }
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 538 const BlockDecl *D = getBlockDecl();
545 const BlockDecl *D = getBlockDecl();
    [all...]
ExprEngineC.cpp 186 SVal V = svalBuilder.getBlockPointer(BE->getBlockDecl(), T,
    [all...]
  /external/clang/lib/AST/
ASTDumper.cpp     [all...]
StmtProfile.cpp 508 VisitDecl(S->getBlockDecl());
    [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h     [all...]
Expr.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 798 Writer.AddDeclRef(E->getBlockDecl(), Record);
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 2111 milliseconds

1 2