| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | LambdaCapture.h | 89 bool capturesVariable() const { in capturesVariable() function 106 assert(capturesVariable() && "No variable available for capture"); in getCapturedVar()
|
| H A D | StmtDataCollectors.td | 202 if (C.capturesVariable())
|
| H A D | Stmt.h | 3146 bool capturesVariable() const { return getCaptureKind() == VCK_ByRef; } in capturesVariable() function 3232 bool capturesVariable(const VarDecl *Var) const;
|
| H A D | Decl.h | 4012 bool capturesVariable(const VarDecl *var) const;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Stmt.cpp | 1173 assert((capturesVariable() || capturesVariableByCopy()) && in getCapturedVar() 1289 bool CapturedStmt::capturesVariable(const VarDecl *Var) const { in capturesVariable() function in CapturedStmt 1291 if (!I.capturesVariable() && !I.capturesVariableByCopy()) in capturesVariable()
|
| H A D | ExprCXX.cpp | 1154 return (C->capturesVariable() && C->getCapturedVar()->isInitCapture() && in isInitCapture()
|
| H A D | DeclCXX.cpp | 1406 else if (C->capturesVariable()) in getCaptureFields()
|
| H A D | Decl.cpp | 4289 bool BlockDecl::capturesVariable(const VarDecl *variable) const { in capturesVariable() function in BlockDecl
|
| H A D | ASTImporter.cpp | 926 if (From.capturesVariable()) { in import()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObjectChecker.cpp | 509 if (It->capturesVariable()) in getVariableName()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DeadStoresChecker.cpp | 431 if (!C.capturesVariable()) in findLambdaReferenceCaptures()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | IndexBody.cpp | 395 if (C->capturesVariable() && IndexCtx.shouldIndexFunctionLocalSymbols()) in TraverseLambdaCapture()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 168 if (!LC.capturesVariable()) in getSelfDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeNVPTX.cpp | 371 if (C.capturesVariable() && !C.capturesVariableByCopy()) { in VisitOpenMPCapturedStmt() 463 if (C.capturesVariable() && !C.capturesVariableByCopy()) { in VisitCapturedStmt() 475 if (C.capturesVariable()) { in VisitLambdaExpr() 4333 if (!C.capturesVariable()) in adjustTargetSpecificDataForLambdas() 4362 if (!CS->capturesVariable(VD)) in adjustTargetSpecificDataForLambdas()
|
| H A D | CGStmtOpenMP.cpp | 71 if (C.capturesVariable() || C.capturesVariableByCopy()) { in OMPLexicalScope() 152 cast<BlockDecl>(CGF.CurCodeDecl)->capturesVariable(VD)); in isCapturedVar() 190 if (C.capturesVariable() || C.capturesVariableByCopy()) { in OMPSimdLexicalScope() 293 assert(CurCap->capturesVariable() && "Expected capture by reference."); in GenerateOpenMPCapturedVars() 410 if (I->capturesVariable() || I->capturesVariableByCopy()) { in emitOutlinedFunctionPrologue() 505 } else if (I->capturesVariable()) { in emitOutlinedFunctionPrologue()
|
| H A D | CGOpenMPRuntime.cpp | 349 if (!C.capturesVariable() && !C.capturesVariableByCopy()) in CGOpenMPInnerExprInfo() 7258 assert(Cap.capturesVariable() && "Expected capture by reference only!"); in getMapModifiersForPrivateClauses() 7891 assert(CI.capturesVariable() && "Expected captured reference."); in generateDefaultMapInfo() 8437 if (CI->capturesVariable()) in emitTargetCall()
|
| H A D | CodeGenFunction.h | 358 else if (I->capturesVariable())
|
| H A D | CGDebugInfo.cpp | 1277 if (C.capturesVariable()) { in CollectRecordLambdaFields()
|
| H A D | CGExpr.cpp | 2466 (BD && BD->capturesVariable(VD))))) { in EmitDeclRefLValue()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 2203 if (!Cap.capturesVariable()) in VisitSubCaptures() 2229 if (VD->hasLocalStorage() && !CS->capturesVariable(VD)) in VisitDeclRefExpr() 2240 if (VD->hasGlobalStorage() && !CS->capturesVariable(VD) && in VisitDeclRefExpr()
|
| H A D | SemaChecking.cpp | 12712 if (block->getBlockDecl()->capturesVariable(Variable)) in VisitBlockExpr() 12770 if (!block || !block->getBlockDecl()->capturesVariable(owner.Variable)) in findCapturingExpr()
|
| H A D | TreeTransform.h | 11142 assert(C->capturesVariable() && "unexpected kind of lambda capture"); in TransformLambdaExpr()
|
| H A D | SemaDecl.cpp | 12827 if (C.capturesVariable()) { in RebuildLambdaScopeInfo()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 6111 Capture.capturesVariable() ? Capture.getCapturedVar() : nullptr; in AddCXXDefinitionData()
|