Searched refs:hasCaptures (Results 1 – 9 of 9) sorted by relevance
54 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
2252 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
2705 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
324 if (!block->hasCaptures()) { in computeBlockInfo()672 if (!blockExpr->getBlockDecl()->hasCaptures()) { in EmitBlockLiteral()
860 if (!BD->hasCaptures()) { in getBlockDataRegion()
3564 bool hasCaptures() const { return NumCaptures != 0 || CapturesCXXThis; } in hasCaptures() function
1300 return !cast<BlockExpr>(E)->getBlockDecl()->hasCaptures(); in IsGlobalLValue()4896 if (!E->getBlockDecl()->hasCaptures()) in VisitBlockExpr()
5788 if (cast<BlockExpr>(E)->getBlockDecl()->hasCaptures()) in EvalAddr()
11654 if (Result->getBlockDecl()->hasCaptures()) { in ActOnBlockStmtExpr()