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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2455 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields; local
2457 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField);
2461 if (const FieldDecl *FD = LambdaCaptureFields[VD]) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp54 return CGF.LambdaCaptureFields.lookup(VD) ||
187 return CGF.LambdaCaptureFields.lookup(VD) ||
260 LambdaCaptureFields.lookup(OrigVD) ||
H A DCodeGenFunction.cpp1058 MD->getParent()->getCaptureFields(LambdaCaptureFields,
H A DCGOpenMPRuntime.cpp403 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields; member in class:__anon406::InlinedOpenMPRegionRAII
418 std::swap(CGF.LambdaCaptureFields, LambdaCaptureFields);
431 std::swap(CGF.LambdaCaptureFields, LambdaCaptureFields);
H A DCGBlocks.cpp511 if (auto *FD = CGF.LambdaCaptureFields.lookup(VD))
H A DCodeGenFunction.h491 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields; member in class:clang::CodeGen::CodeGenFunction
H A DCGExpr.cpp2569 if (auto *FD = LambdaCaptureFields.lookup(VD))
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp545 /// LambdaCaptureFields - Mapping from captured variables/this to
547 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields; member in class:__anon17::CallStackFrame
5519 MD->getParent()->getCaptureFields(Frame.LambdaCaptureFields,
7471 if (auto *FD = Info.CurrentCall->LambdaCaptureFields.lookup(VD)) {

Completed in 339 milliseconds