Searched refs:hasCaptures (Results 1 – 9 of 9) sorted by relevance
57 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
1297 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
2576 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
337 if (!block->hasCaptures()) { in computeBlockInfo()677 if (!blockExpr->getBlockDecl()->hasCaptures()) { in EmitBlockLiteral()
799 if (!BD->hasCaptures()) { in getBlockDataRegion()
3143 bool hasCaptures() const { return NumCaptures != 0 || CapturesCXXThis; } in hasCaptures() function
947 return !cast<BlockExpr>(E)->getBlockDecl()->hasCaptures(); in IsGlobalLValue()3007 if (!E->getBlockDecl()->hasCaptures()) in VisitBlockExpr()
3731 if (cast<BlockExpr>(E)->getBlockDecl()->hasCaptures()) in EvalAddr()
9721 if (Result->getBlockDecl()->hasCaptures()) { in ActOnBlockStmtExpr()