| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | UncountedLambdaCapturesChecker.cpp | 61 ValueDecl *CapturedVar = C.getCapturedVar(); in visitLambdaExpr() 91 printQuotedQualifiedName(Os, Capture.getCapturedVar()); in reportBug()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | LambdaCapture.h | 104 ValueDecl *getCapturedVar() const { in getCapturedVar() function
|
| H A D | StmtDataCollectors.td | 203 addData(C.getCapturedVar()->getType());
|
| H A D | ASTNodeTraverser.h | 765 Visit(C->getCapturedVar()); in VisitLambdaExpr()
|
| H A D | Stmt.h | 3815 VarDecl *getCapturedVar() const;
|
| H A D | RecursiveASTVisitor.h | 942 TRY_TO(TraverseDecl(C->getCapturedVar()));
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObjectChecker.cpp | 588 It->getCapturedVar()->getName()) in getVariableName()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DeadStoresChecker.cpp | 514 ValueDecl *VD = C.getCapturedVar(); in findLambdaReferenceCaptures()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexBody.cpp | 413 return IndexCtx.handleReference(C->getCapturedVar(), C->getLocation(), in TraverseLambdaCapture()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 267 const ValueDecl *VD = C.getCapturedVar(); in VisitOpenMPCapturedStmt() 360 const ValueDecl *VD = C.getCapturedVar(); in VisitCapturedStmt() 373 const ValueDecl *VD = C.getCapturedVar(); in VisitLambdaExpr() 3171 !CI->getCapturedVar()->getType()->isAnyPointerType()) { in createParallelDataSharingWrapper() 3364 const VarDecl *VD = C.getCapturedVar(); in adjustTargetSpecificDataForLambdas() 3390 const ValueDecl *VD = LC.getCapturedVar(); in adjustTargetSpecificDataForLambdas()
|
| H A D | CGOpenMPRuntime.cpp | 368 const VarDecl *VD = C.getCapturedVar(); in CGOpenMPInnerExprInfo() 7671 if (FirstPrivateDecls.count(Cap.getCapturedVar())) { in getMapModifiersForPrivateClauses() 7672 if (Cap.getCapturedVar()->getType()->isAnyPointerType()) in getMapModifiersForPrivateClauses() 7678 auto I = LambdasMap.find(Cap.getCapturedVar()->getCanonicalDecl()); in getMapModifiersForPrivateClauses() 8354 const VarDecl *VD = cast<VarDecl>(LC.getCapturedVar()); in generateInfoForLambdaCaptures() 8437 : Cap->getCapturedVar()->getCanonicalDecl(); in generateInfoForCapture() 8705 const VarDecl *VD = CI.getCapturedVar(); in generateDefaultMapInfo() 8737 const VarDecl *VD = CI.getCapturedVar(); in generateDefaultMapInfo() 9477 MappedVarSet.insert(CI->getCapturedVar()); in emitTargetCallKernelLaunch() 9485 MEHandler.generateInfoForLambdaCaptures(CI->getCapturedVar(), *CV, in emitTargetCallKernelLaunch() [all …]
|
| H A D | CGStmtOpenMP.cpp | 91 auto *VD = C.getCapturedVar(); in OMPLexicalScope() 264 auto *VD = C.getCapturedVar(); in OMPSimdLexicalScope() 349 Twine(CurCap->getCapturedVar()->getName(), ".casted")); in GenerateOpenMPCapturedVars() 474 CapVar = I->getCapturedVar(); in emitOutlinedFunctionPrologue() 551 const VarDecl *CurVD = I->getCapturedVar(); in emitOutlinedFunctionPrologue() 572 const VarDecl *Var = I->getCapturedVar(); in emitOutlinedFunctionPrologue() 589 const VarDecl *Var = I->getCapturedVar(); in emitOutlinedFunctionPrologue()
|
| H A D | CodeGenFunction.h | 431 CaptureFields[I->getCapturedVar()->getCanonicalDecl()] = *Field; 433 CaptureFields[I->getCapturedVar()->getCanonicalDecl()] = *Field;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 172 ValueDecl *VD = LC.getCapturedVar(); in getSelfDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaConcept.cpp | 561 ValueDecl *CapturedVar = LambdaClass->getCapture(Index)->getCapturedVar(); in addInstantiatedCapturesToScope() 571 const ValueDecl *CapturedPattern = CapturePattern.getCapturedVar(); in addInstantiatedCapturesToScope()
|
| H A D | TreeTransform.h | 13409 auto *OldVD = cast<VarDecl>(C->getCapturedVar()); in TransformLambdaExpr() 13426 cast<VarDecl>(C->getCapturedVar())->getInitStyle() != in TransformLambdaExpr() 13543 auto *OldVD = cast<VarDecl>(C->getCapturedVar()); in TransformLambdaExpr() 13582 UnexpandedParameterPack Unexpanded(C->getCapturedVar(), C->getLocation()); in TransformLambdaExpr() 13599 auto *Pack = cast<VarDecl>(C->getCapturedVar()); in TransformLambdaExpr() 13624 getDerived().TransformDecl(C->getLocation(), C->getCapturedVar())); in TransformLambdaExpr() 13790 getDerived().TransformDecl(C->getLocation(), C->getCapturedVar())); in SkipLambdaBody()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Stmt.cpp | 1304 VarDecl *CapturedStmt::Capture::getCapturedVar() const { in getCapturedVar() function in CapturedStmt::Capture 1434 if (I.getCapturedVar()->getCanonicalDecl() == Var->getCanonicalDecl()) in capturesVariable()
|
| H A D | StmtPrinter.cpp | 2177 OS << C->getCapturedVar()->getName(); in VisitLambdaExpr() 2181 OS << C->getCapturedVar()->getName(); in VisitLambdaExpr() 2193 auto *D = cast<VarDecl>(C->getCapturedVar()); in VisitLambdaExpr()
|
| H A D | ExprCXX.cpp | 1291 return C->capturesVariable() && C->getCapturedVar()->isInitCapture() && in isInitCapture() 1292 getCallOperator() == C->getCapturedVar()->getDeclContext(); in isInitCapture()
|
| H A D | StmtProfile.cpp | 2076 VisitDecl(Capture.getCapturedVar()); in VisitLambdaExpr()
|
| H A D | DeclCXX.cpp | 1652 Captures[C->getCapturedVar()] = *Field; in getCaptureFields()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | DataflowEnvironment.cpp | 406 const auto *VarDecl = Capture.getCapturedVar(); in initialize()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 291 if (Node->isInitCapture(C) && !match(*C->getCapturedVar())) in TraverseLambdaExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 4966 auto *capturedVar = Node.getCapturedVar(); in AST_MATCHER_P()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 604 Record.AddDeclRef(I.getCapturedVar()); in VisitCapturedStmt()
|