Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DByteCodeEmitter.cpp45 MD->getParent()->getCaptureFields(LC, LTC); in compileFunc()
H A DContext.cpp482 MD->getParent()->getCaptureFields(LC, LTC); in getOrCreateFunction()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp183 LambdaCXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in isCapturedByReference()
H A DExprEngine.cpp3189 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in VisitCommonDeclRefExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp507 LambdaClass->getCaptureFields(CaptureFields, ThisCaptureField); in findLambdaReferenceCaptures()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2171 RD->getCaptureFields(Captures, ThisCapture); in adjustTargetSpecificDataForLambdas()
H A DCodeGenFunction.cpp1288 MD->getParent()->getCaptureFields(LambdaCaptureFields, in StartFunction()
H A DCodeGenFunction.h500 llvm::SmallDenseMap<const VarDecl *, FieldDecl *> getCaptureFields() {
H A DCGStmtOpenMP.cpp4967 CGF.CapturedStmtInfo->getCaptureFields(); in EmitOMPTaskBasedDirective()
H A DCGOpenMPRuntime.cpp8639 RD->getCaptureFields(Captures, ThisCapture); in generateInfoForLambdaCaptures()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1100 getCaptureFields(llvm::DenseMap<const ValueDecl *, FieldDecl *> &Captures,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp1797 void CXXRecordDecl::getCaptureFields( in getCaptureFields() function in CXXRecordDecl
H A DExprConstant.cpp6661 MD->getParent()->getCaptureFields(Frame.LambdaCaptureFields, in HandleFunctionCall()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4541 RD->getCaptureFields(Captures, ThisCapture); in tryCaptureOpenMPLambdas()