Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp512 LambdaClass->getCaptureFields(CaptureFields, ThisCaptureField); in findLambdaReferenceCaptures()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1105 MD->getParent()->getCaptureFields(LambdaCaptureFields, in StartFunction()
H A DCGOpenMPRuntimeGPU.cpp4355 RD->getCaptureFields(Captures, ThisCapture); in adjustTargetSpecificDataForLambdas()
H A DCGOpenMPRuntime.cpp8796 RD->getCaptureFields(Captures, ThisCapture); in generateInfoForLambdaCaptures()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h1052 void getCaptureFields(llvm::DenseMap<const VarDecl *, FieldDecl *> &Captures,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp1548 void CXXRecordDecl::getCaptureFields( in getCaptureFields() function in CXXRecordDecl
H A DExprConstant.cpp6113 MD->getParent()->getCaptureFields(Frame.LambdaCaptureFields, in HandleFunctionCall()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2551 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in VisitCommonDeclRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp4403 RD->getCaptureFields(Captures, ThisCapture); in tryCaptureOpenMPLambdas()