Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp505 llvm::DenseMap<const ValueDecl *, FieldDecl *> CaptureFields; in findLambdaReferenceCaptures() local
507 LambdaClass->getCaptureFields(CaptureFields, ThisCaptureField); in findLambdaReferenceCaptures()
514 const FieldDecl *FD = CaptureFields[VD]; in findLambdaReferenceCaptures()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h466 CaptureFields[I->getCapturedVar()->getCanonicalDecl()] = *Field;
468 CaptureFields[I->getCapturedVar()->getCanonicalDecl()] = *Field;
482 return CaptureFields.lookup(VD->getCanonicalDecl());
501 return CaptureFields;
509 llvm::SmallDenseMap<const VarDecl *, FieldDecl *> CaptureFields;
H A DCGStmtOpenMP.cpp4966 llvm::SmallDenseMap<const VarDecl *, FieldDecl *> CaptureFields = in EmitOMPTaskBasedDirective() local
4969 if (CaptureFields.size() && ContextValue) { in EmitOMPTaskBasedDirective()
4984 for (auto It = CaptureFields.begin(); It != CaptureFields.end(); ++It) { in EmitOMPTaskBasedDirective()