Searched refs:LambdaCaptureFields (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1907 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields; local
1909 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField);
1910 const FieldDecl *FD = LambdaCaptureFields[VD];
/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp387 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields; member in class:__anon1285::InlinedOpenMPRegionRAII
401 std::swap(CGF.LambdaCaptureFields, LambdaCaptureFields);
412 std::swap(CGF.LambdaCaptureFields, LambdaCaptureFields);
H A DCodeGenFunction.cpp847 MD->getParent()->getCaptureFields(LambdaCaptureFields,
H A DCodeGenFunction.h292 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields; member in class:clang::CodeGen::CodeGenFunction
H A DCGExpr.cpp2105 if (auto *FD = LambdaCaptureFields.lookup(VD))
H A DCGStmtOpenMP.cpp50 return CGF.LambdaCaptureFields.lookup(VD) ||

Completed in 219 milliseconds