Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDUndefCapturedBlockVarChecker.cpp54 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
HDMallocChecker.cpp2243 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
HDRetainCountChecker.cpp2703 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGBlocks.cpp345 if (!block->hasCaptures()) { in computeBlockInfo()
687 if (!blockExpr->getBlockDecl()->hasCaptures()) { in EmitBlockLiteral()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDMemRegion.cpp860 if (!BD->hasCaptures()) { in getBlockDataRegion()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h3552 bool hasCaptures() const { return NumCaptures != 0 || CapturesCXXThis; } in hasCaptures() function
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExprConstant.cpp1221 return !cast<BlockExpr>(E)->getBlockDecl()->hasCaptures(); in IsGlobalLValue()
4778 if (!E->getBlockDecl()->hasCaptures()) in VisitBlockExpr()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp5610 if (cast<BlockExpr>(E)->getBlockDecl()->hasCaptures()) in EvalAddr()
HDSemaExpr.cpp11467 if (Result->getBlockDecl()->hasCaptures()) { in ActOnBlockStmtExpr()