Searched refs:hasCaptures (Results 1 – 9 of 9) sorted by relevance
57 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
2242 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
2681 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
345 if (!block->hasCaptures()) { in computeBlockInfo()687 if (!blockExpr->getBlockDecl()->hasCaptures()) { in EmitBlockLiteral()
857 if (!BD->hasCaptures()) { in getBlockDataRegion()
3506 bool hasCaptures() const { return NumCaptures != 0 || CapturesCXXThis; } in hasCaptures() function
1221 return !cast<BlockExpr>(E)->getBlockDecl()->hasCaptures(); in IsGlobalLValue()4774 if (!E->getBlockDecl()->hasCaptures()) in VisitBlockExpr()
5302 if (cast<BlockExpr>(E)->getBlockDecl()->hasCaptures()) in EvalAddr()
11361 if (Result->getBlockDecl()->hasCaptures()) { in ActOnBlockStmtExpr()