Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DUndefCapturedBlockVarChecker.cpp54 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
H A DMallocChecker.cpp2961 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGBlocks.cpp582 if (!block->hasCaptures() && !hasNonConstantCustomFields) { in computeBlockInfo()
786 if (!blockExpr->getBlockDecl()->hasCaptures()) in EmitBlockLiteral()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp152 if (!BE->getBlockDecl()->hasCaptures()) in checkPostStmt()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1086 if (!BD->hasCaptures()) { in getBlockDataRegion()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDecl.h4451 bool hasCaptures() const { return NumCaptures || capturesCXXThis(); } in hasCaptures() function
/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp2019 return !cast<BlockExpr>(E)->getBlockDecl()->hasCaptures(); in IsGlobalLValue()
8744 if (!E->getBlockDecl()->hasCaptures()) in VisitBlockExpr()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp7842 if (cast<BlockExpr>(Init)->getBlockDecl()->hasCaptures()) { in visitLocalsRetainedByInitializer()
H A DSemaExpr.cpp16753 if (Result->getBlockDecl()->hasCaptures()) { in ActOnBlockStmtExpr()