Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DUndefCapturedBlockVarChecker.cpp54 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
DMallocChecker.cpp2260 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
DRetainCountChecker.cpp2706 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
/external/clang/lib/CodeGen/
DCGBlocks.cpp329 if (!block->hasCaptures()) { in computeBlockInfo()
677 if (!blockExpr->getBlockDecl()->hasCaptures()) { in EmitBlockLiteral()
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp916 if (!BD->hasCaptures()) { in getBlockDataRegion()
/external/clang/include/clang/AST/
DDecl.h3573 bool hasCaptures() const { return NumCaptures != 0 || CapturesCXXThis; } in hasCaptures() function
/external/clang/lib/AST/
DExprConstant.cpp1376 return !cast<BlockExpr>(E)->getBlockDecl()->hasCaptures(); in IsGlobalLValue()
5052 if (!E->getBlockDecl()->hasCaptures()) in VisitBlockExpr()
/external/clang/lib/Sema/
DSemaChecking.cpp6679 if (cast<BlockExpr>(E)->getBlockDecl()->hasCaptures()) in EvalAddr()
DSemaExpr.cpp12185 if (Result->getBlockDecl()->hasCaptures()) { in ActOnBlockStmtExpr()