Searched refs:getCaptureFields (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopUnrolling.cpp | 180 LambdaCXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in isCapturedByReference()
|
| H A D | ExprEngine.cpp | 2737 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in VisitCommonDeclRefExpr()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DeadStoresChecker.cpp | 509 LambdaClass->getCaptureFields(CaptureFields, ThisCaptureField); in findLambdaReferenceCaptures()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 1060 void getCaptureFields(llvm::DenseMap<const VarDecl *, FieldDecl *> &Captures,
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 1572 void CXXRecordDecl::getCaptureFields( in getCaptureFields() function in CXXRecordDecl
|
| H A D | ExprConstant.cpp | 6195 MD->getParent()->getCaptureFields(Frame.LambdaCaptureFields, in HandleFunctionCall()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 1140 MD->getParent()->getCaptureFields(LambdaCaptureFields, in StartFunction()
|
| H A D | CGOpenMPRuntimeGPU.cpp | 3815 RD->getCaptureFields(Captures, ThisCapture); in adjustTargetSpecificDataForLambdas()
|
| H A D | CodeGenFunction.h | 458 llvm::SmallDenseMap<const VarDecl *, FieldDecl *> getCaptureFields() {
|
| H A D | CGStmtOpenMP.cpp | 4642 CGF.CapturedStmtInfo->getCaptureFields(); in EmitOMPTaskBasedDirective()
|
| H A D | CGOpenMPRuntime.cpp | 8952 RD->getCaptureFields(Captures, ThisCapture); in generateInfoForLambdaCaptures()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 4682 RD->getCaptureFields(Captures, ThisCapture); in tryCaptureOpenMPLambdas()
|