Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DUndefCapturedBlockVarChecker.cpp57 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
DMallocChecker.cpp2242 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
DRetainCountChecker.cpp2681 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
/external/clang/lib/CodeGen/
DCGBlocks.cpp345 if (!block->hasCaptures()) { in computeBlockInfo()
687 if (!blockExpr->getBlockDecl()->hasCaptures()) { in EmitBlockLiteral()
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp857 if (!BD->hasCaptures()) { in getBlockDataRegion()
/external/clang/include/clang/AST/
DDecl.h3506 bool hasCaptures() const { return NumCaptures != 0 || CapturesCXXThis; } in hasCaptures() function
/external/clang/lib/AST/
DExprConstant.cpp1221 return !cast<BlockExpr>(E)->getBlockDecl()->hasCaptures(); in IsGlobalLValue()
4774 if (!E->getBlockDecl()->hasCaptures()) in VisitBlockExpr()
/external/clang/lib/Sema/
DSemaChecking.cpp5302 if (cast<BlockExpr>(E)->getBlockDecl()->hasCaptures()) in EvalAddr()
DSemaExpr.cpp11361 if (Result->getBlockDecl()->hasCaptures()) { in ActOnBlockStmtExpr()