Searched refs:hasCaptures (Results 1 – 9 of 9) sorted by relevance
54 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
2260 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
2706 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
329 if (!block->hasCaptures()) { in computeBlockInfo()677 if (!blockExpr->getBlockDecl()->hasCaptures()) { in EmitBlockLiteral()
916 if (!BD->hasCaptures()) { in getBlockDataRegion()
3573 bool hasCaptures() const { return NumCaptures != 0 || CapturesCXXThis; } in hasCaptures() function
1376 return !cast<BlockExpr>(E)->getBlockDecl()->hasCaptures(); in IsGlobalLValue()5052 if (!E->getBlockDecl()->hasCaptures()) in VisitBlockExpr()
6679 if (cast<BlockExpr>(E)->getBlockDecl()->hasCaptures()) in EvalAddr()
12185 if (Result->getBlockDecl()->hasCaptures()) { in ActOnBlockStmtExpr()