Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp510 llvm::DenseMap<const VarDecl *, FieldDecl *> CaptureFields; in findLambdaReferenceCaptures() local
512 LambdaClass->getCaptureFields(CaptureFields, ThisCaptureField); in findLambdaReferenceCaptures()
519 const FieldDecl *FD = CaptureFields[VD]; in findLambdaReferenceCaptures()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h395 CaptureFields[I->getCapturedVar()->getCanonicalDecl()] = *Field;
397 CaptureFields[I->getCapturedVar()->getCanonicalDecl()] = *Field;
411 return CaptureFields.lookup(VD->getCanonicalDecl());
435 llvm::SmallDenseMap<const VarDecl *, FieldDecl *> CaptureFields;