Searched refs:hasCaptures (Results 1 – 9 of 9) sorted by relevance
57 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
1930 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
2645 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
339 if (!block->hasCaptures()) { in computeBlockInfo()671 if (!blockExpr->getBlockDecl()->hasCaptures()) { in EmitBlockLiteral()
857 if (!BD->hasCaptures()) { in getBlockDataRegion()
3351 bool hasCaptures() const { return NumCaptures != 0 || CapturesCXXThis; } in hasCaptures() function
1220 return !cast<BlockExpr>(E)->getBlockDecl()->hasCaptures(); in IsGlobalLValue()4661 if (!E->getBlockDecl()->hasCaptures()) in VisitBlockExpr()
4604 if (cast<BlockExpr>(E)->getBlockDecl()->hasCaptures()) in EvalAddr()
10675 if (Result->getBlockDecl()->hasCaptures()) { in ActOnBlockStmtExpr()