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.cpp1297 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
DRetainCountChecker.cpp2576 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
/external/clang/lib/CodeGen/
DCGBlocks.cpp337 if (!block->hasCaptures()) { in computeBlockInfo()
677 if (!blockExpr->getBlockDecl()->hasCaptures()) { in EmitBlockLiteral()
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp799 if (!BD->hasCaptures()) { in getBlockDataRegion()
/external/clang/include/clang/AST/
DDecl.h3143 bool hasCaptures() const { return NumCaptures != 0 || CapturesCXXThis; } in hasCaptures() function
/external/clang/lib/AST/
DExprConstant.cpp947 return !cast<BlockExpr>(E)->getBlockDecl()->hasCaptures(); in IsGlobalLValue()
3007 if (!E->getBlockDecl()->hasCaptures()) in VisitBlockExpr()
/external/clang/lib/Sema/
DSemaChecking.cpp3731 if (cast<BlockExpr>(E)->getBlockDecl()->hasCaptures()) in EvalAddr()
DSemaExpr.cpp9721 if (Result->getBlockDecl()->hasCaptures()) { in ActOnBlockStmtExpr()