Home
last modified time | relevance | path

Searched refs:hasCaptures (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDUndefCapturedBlockVarChecker.cpp54 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
HDMallocChecker.cpp3018 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDCheckExprLifetime.cpp896 if (cast<BlockExpr>(Init)->getBlockDecl()->hasCaptures()) { in visitLocalsRetainedByInitializer()
HDSemaExpr.cpp16254 if (Result->getBlockDecl()->hasCaptures()) { in ActOnBlockStmtExpr()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGBlocks.cpp566 if (!block->hasCaptures() && !hasNonConstantCustomFields) { in computeBlockInfo()
770 if (!blockExpr->getBlockDecl()->hasCaptures()) in EmitBlockLiteral()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
HDRetainCountChecker.cpp152 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDMemRegion.cpp1127 if (!BD->hasCaptures()) { in getBlockDataRegion()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h4586 bool hasCaptures() const { return NumCaptures || capturesCXXThis(); } in hasCaptures() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDExprConstant.cpp2102 return !cast<BlockExpr>(E)->getBlockDecl()->hasCaptures(); in IsGlobalLValue()
9112 if (!E->getBlockDecl()->hasCaptures()) in VisitBlockExpr()