Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DLoopUnrolling.cpp180 LambdaCXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in isCapturedByReference()
DExprEngine.cpp2553 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in VisitCommonDeclRefExpr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp512 LambdaClass->getCaptureFields(CaptureFields, ThisCaptureField); in findLambdaReferenceCaptures()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp1113 MD->getParent()->getCaptureFields(LambdaCaptureFields, in StartFunction()
DCGOpenMPRuntimeGPU.cpp3759 RD->getCaptureFields(Captures, ThisCapture); in adjustTargetSpecificDataForLambdas()
DCGOpenMPRuntime.cpp8976 RD->getCaptureFields(Captures, ThisCapture); in generateInfoForLambdaCaptures()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDeclCXX.h1053 void getCaptureFields(llvm::DenseMap<const VarDecl *, FieldDecl *> &Captures,
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDeclCXX.cpp1557 void CXXRecordDecl::getCaptureFields( in getCaptureFields() function in CXXRecordDecl
DExprConstant.cpp6113 MD->getParent()->getCaptureFields(Frame.LambdaCaptureFields, in HandleFunctionCall()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp4409 RD->getCaptureFields(Captures, ThisCapture); in tryCaptureOpenMPLambdas()