Searched refs:getCaptureFields (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| D | LoopUnrolling.cpp | 180 LambdaCXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in isCapturedByReference()
|
| D | ExprEngine.cpp | 2553 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in VisitCommonDeclRefExpr()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| D | DeadStoresChecker.cpp | 512 LambdaClass->getCaptureFields(CaptureFields, ThisCaptureField); in findLambdaReferenceCaptures()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CodeGenFunction.cpp | 1113 MD->getParent()->getCaptureFields(LambdaCaptureFields, in StartFunction()
|
| D | CGOpenMPRuntimeGPU.cpp | 3759 RD->getCaptureFields(Captures, ThisCapture); in adjustTargetSpecificDataForLambdas()
|
| D | CGOpenMPRuntime.cpp | 8976 RD->getCaptureFields(Captures, ThisCapture); in generateInfoForLambdaCaptures()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | DeclCXX.h | 1053 void getCaptureFields(llvm::DenseMap<const VarDecl *, FieldDecl *> &Captures,
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | DeclCXX.cpp | 1557 void CXXRecordDecl::getCaptureFields( in getCaptureFields() function in CXXRecordDecl
|
| D | ExprConstant.cpp | 6113 MD->getParent()->getCaptureFields(Frame.LambdaCaptureFields, in HandleFunctionCall()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaOpenMP.cpp | 4409 RD->getCaptureFields(Captures, ThisCapture); in tryCaptureOpenMPLambdas()
|