Searched refs:getCaptureFields (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | ByteCodeEmitter.cpp | 112 MD->getParent()->getCaptureFields(LC, LTC); in compileFunc()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | LoopUnrolling.cpp | 183 LambdaCXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in isCapturedByReference()
|
H A D | ExprEngine.cpp | 3091 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in VisitCommonDeclRefExpr()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 2174 RD->getCaptureFields(Captures, ThisCapture); in adjustTargetSpecificDataForLambdas()
|
H A D | CodeGenFunction.cpp | 1244 MD->getParent()->getCaptureFields(LambdaCaptureFields, in StartFunction()
|
H A D | CodeGenFunction.h | 512 llvm::SmallDenseMap<const VarDecl *, FieldDecl *> getCaptureFields() {
|
H A D | CGStmtOpenMP.cpp | 4767 CGF.CapturedStmtInfo->getCaptureFields(); in EmitOMPTaskBasedDirective()
|
H A D | CGOpenMPRuntime.cpp | 8380 RD->getCaptureFields(Captures, ThisCapture); in generateInfoForLambdaCaptures()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 1095 getCaptureFields(llvm::DenseMap<const ValueDecl *, FieldDecl *> &Captures,
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 1680 void CXXRecordDecl::getCaptureFields( in getCaptureFields() function in CXXRecordDecl
|
H A D | ExprConstant.cpp | 6356 MD->getParent()->getCaptureFields(Frame.LambdaCaptureFields, in HandleFunctionCall()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 4544 RD->getCaptureFields(Captures, ThisCapture); in tryCaptureOpenMPLambdas()
|