Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp426 llvm::DenseMap<const VarDecl *, FieldDecl *> CaptureFields; in findLambdaReferenceCaptures() local
428 LambdaClass->getCaptureFields(CaptureFields, ThisCaptureField); in findLambdaReferenceCaptures()
435 const FieldDecl *FD = CaptureFields[VD]; in findLambdaReferenceCaptures()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h359 CaptureFields[I->getCapturedVar()->getCanonicalDecl()] = *Field;
361 CaptureFields[I->getCapturedVar()->getCanonicalDecl()] = *Field;
375 return CaptureFields.lookup(VD->getCanonicalDecl());
399 llvm::SmallDenseMap<const VarDecl *, FieldDecl *> CaptureFields;