Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp60 MD->getParent()->getCaptureFields(LC, LTC); in compileFunc()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp183 LambdaCXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in isCapturedByReference()
H A DExprEngine.cpp3079 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in VisitCommonDeclRefExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp508 LambdaClass->getCaptureFields(CaptureFields, ThisCaptureField); in findLambdaReferenceCaptures()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp1638 void CXXRecordDecl::getCaptureFields( in getCaptureFields() function in CXXRecordDecl
H A DExprConstant.cpp6295 MD->getParent()->getCaptureFields(Frame.LambdaCaptureFields, in HandleFunctionCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1176 MD->getParent()->getCaptureFields(LambdaCaptureFields, in StartFunction()
H A DCGOpenMPRuntimeGPU.cpp3380 RD->getCaptureFields(Captures, ThisCapture); in adjustTargetSpecificDataForLambdas()
H A DCodeGenFunction.h467 llvm::SmallDenseMap<const VarDecl *, FieldDecl *> getCaptureFields() {
H A DCGStmtOpenMP.cpp4722 CGF.CapturedStmtInfo->getCaptureFields(); in EmitOMPTaskBasedDirective()
H A DCGOpenMPRuntime.cpp8329 RD->getCaptureFields(Captures, ThisCapture); in generateInfoForLambdaCaptures()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1094 getCaptureFields(llvm::DenseMap<const ValueDecl *, FieldDecl *> &Captures,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4753 RD->getCaptureFields(Captures, ThisCapture); in tryCaptureOpenMPLambdas()