reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ExprConstant.cpp
 1904     return !cast<BlockExpr>(E)->getBlockDecl()->hasCaptures();
 7845     if (!E->getBlockDecl()->hasCaptures())
tools/clang/lib/CodeGen/CGBlocks.cpp
  533   if (!block->hasCaptures() && !hasNonConstantCustomFields) {
  903   if (!blockExpr->getBlockDecl()->hasCaptures()) {
tools/clang/lib/Sema/SemaExpr.cpp
14402   if (Result->getBlockDecl()->hasCaptures()) {
tools/clang/lib/Sema/SemaInit.cpp
 7257     if (cast<BlockExpr>(Init)->getBlockDecl()->hasCaptures()) {
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 2771   if (!BE->getBlockDecl()->hasCaptures())
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
  151   if (!BE->getBlockDecl()->hasCaptures())
tools/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
   53   if (!BE->getBlockDecl()->hasCaptures())
tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
  944   if (!BD->hasCaptures()) {