Home
last modified time | relevance | path

Searched refs:getCaptureFields (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp180 LambdaCXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in isCapturedByReference()
H A DExprEngine.cpp2737 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in VisitCommonDeclRefExpr()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp509 LambdaClass->getCaptureFields(CaptureFields, ThisCaptureField); in findLambdaReferenceCaptures()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h1060 void getCaptureFields(llvm::DenseMap<const VarDecl *, FieldDecl *> &Captures,
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp1572 void CXXRecordDecl::getCaptureFields( in getCaptureFields() function in CXXRecordDecl
H A DExprConstant.cpp6195 MD->getParent()->getCaptureFields(Frame.LambdaCaptureFields, in HandleFunctionCall()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1140 MD->getParent()->getCaptureFields(LambdaCaptureFields, in StartFunction()
H A DCGOpenMPRuntimeGPU.cpp3815 RD->getCaptureFields(Captures, ThisCapture); in adjustTargetSpecificDataForLambdas()
H A DCodeGenFunction.h458 llvm::SmallDenseMap<const VarDecl *, FieldDecl *> getCaptureFields() {
H A DCGStmtOpenMP.cpp4642 CGF.CapturedStmtInfo->getCaptureFields(); in EmitOMPTaskBasedDirective()
H A DCGOpenMPRuntime.cpp8952 RD->getCaptureFields(Captures, ThisCapture); in generateInfoForLambdaCaptures()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp4682 RD->getCaptureFields(Captures, ThisCapture); in tryCaptureOpenMPLambdas()