Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp428 LambdaClass->getCaptureFields(CaptureFields, ThisCaptureField); in findLambdaReferenceCaptures()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h1242 void getCaptureFields(llvm::DenseMap<const VarDecl *, FieldDecl *> &Captures,
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp1394 void CXXRecordDecl::getCaptureFields( in getCaptureFields() function in CXXRecordDecl
H A DExprConstant.cpp4478 MD->getParent()->getCaptureFields(Frame.LambdaCaptureFields, in HandleFunctionCall()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1120 MD->getParent()->getCaptureFields(LambdaCaptureFields, in StartFunction()
H A DCGOpenMPRuntimeNVPTX.cpp4351 RD->getCaptureFields(Captures, ThisCapture); in adjustTargetSpecificDataForLambdas()
H A DCGOpenMPRuntime.cpp7597 RD->getCaptureFields(Captures, ThisCapture); in generateInfoForLambdaCaptures()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2389 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in VisitCommonDeclRefExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp1606 RD->getCaptureFields(Captures, ThisCapture); in isOpenMPCapturedDecl()