Searched refs:getCaptureFields (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | ByteCodeEmitter.cpp | 45 MD->getParent()->getCaptureFields(LC, LTC); in compileFunc()
|
| H A D | Context.cpp | 482 MD->getParent()->getCaptureFields(LC, LTC); in getOrCreateFunction()
|
| /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 | 3189 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in VisitCommonDeclRefExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DeadStoresChecker.cpp | 507 LambdaClass->getCaptureFields(CaptureFields, ThisCaptureField); in findLambdaReferenceCaptures()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 2171 RD->getCaptureFields(Captures, ThisCapture); in adjustTargetSpecificDataForLambdas()
|
| H A D | CodeGenFunction.cpp | 1288 MD->getParent()->getCaptureFields(LambdaCaptureFields, in StartFunction()
|
| H A D | CodeGenFunction.h | 500 llvm::SmallDenseMap<const VarDecl *, FieldDecl *> getCaptureFields() {
|
| H A D | CGStmtOpenMP.cpp | 4967 CGF.CapturedStmtInfo->getCaptureFields(); in EmitOMPTaskBasedDirective()
|
| H A D | CGOpenMPRuntime.cpp | 8639 RD->getCaptureFields(Captures, ThisCapture); in generateInfoForLambdaCaptures()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 1100 getCaptureFields(llvm::DenseMap<const ValueDecl *, FieldDecl *> &Captures,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 1797 void CXXRecordDecl::getCaptureFields( in getCaptureFields() function in CXXRecordDecl
|
| H A D | ExprConstant.cpp | 6661 MD->getParent()->getCaptureFields(Frame.LambdaCaptureFields, in HandleFunctionCall()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 4541 RD->getCaptureFields(Captures, ThisCapture); in tryCaptureOpenMPLambdas()
|