Home
last modified time | relevance | path

Searched refs:CaptureFields (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp506 llvm::DenseMap<const ValueDecl *, FieldDecl *> CaptureFields; in findLambdaReferenceCaptures() local
508 LambdaClass->getCaptureFields(CaptureFields, ThisCaptureField); in findLambdaReferenceCaptures()
515 const FieldDecl *FD = CaptureFields[VD]; in findLambdaReferenceCaptures()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.h423 CaptureFields[I->getCapturedVar()->getCanonicalDecl()] = *Field;
425 CaptureFields[I->getCapturedVar()->getCanonicalDecl()] = *Field;
439 return CaptureFields.lookup(VD->getCanonicalDecl());
460 return CaptureFields;
468 llvm::SmallDenseMap<const VarDecl *, FieldDecl *> CaptureFields;
H A DCGStmtOpenMP.cpp4694 llvm::SmallDenseMap<const VarDecl *, FieldDecl *> CaptureFields = in EmitOMPTaskBasedDirective() local
4697 if (CaptureFields.size() && ContextValue) { in EmitOMPTaskBasedDirective()
4712 for (auto It = CaptureFields.begin(); It != CaptureFields.end(); ++It) { in EmitOMPTaskBasedDirective()