Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp183 LambdaCXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in isCapturedByReference()
H A DExprEngine.cpp3060 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in VisitCommonDeclRefExpr()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp508 LambdaClass->getCaptureFields(CaptureFields, ThisCaptureField); in findLambdaReferenceCaptures()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h1072 getCaptureFields(llvm::DenseMap<const ValueDecl *, FieldDecl *> &Captures,
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp1599 void CXXRecordDecl::getCaptureFields( in getCaptureFields() function in CXXRecordDecl
H A DExprConstant.cpp6203 MD->getParent()->getCaptureFields(Frame.LambdaCaptureFields, in HandleFunctionCall()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1163 MD->getParent()->getCaptureFields(LambdaCaptureFields, in StartFunction()
H A DCGOpenMPRuntimeGPU.cpp3453 RD->getCaptureFields(Captures, ThisCapture); in adjustTargetSpecificDataForLambdas()
H A DCodeGenFunction.h459 llvm::SmallDenseMap<const VarDecl *, FieldDecl *> getCaptureFields() {
H A DCGStmtOpenMP.cpp4695 CGF.CapturedStmtInfo->getCaptureFields(); in EmitOMPTaskBasedDirective()
H A DCGOpenMPRuntime.cpp8565 RD->getCaptureFields(Captures, ThisCapture); in generateInfoForLambdaCaptures()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp4738 RD->getCaptureFields(Captures, ThisCapture); in tryCaptureOpenMPLambdas()