Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
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()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp484 llvm::DenseMap<const VarDecl *, FieldDecl *> CaptureFields; in findLambdaReferenceCaptures() local
486 LambdaClass->getCaptureFields(CaptureFields, ThisCaptureField); in findLambdaReferenceCaptures()
493 const FieldDecl *FD = CaptureFields[VD]; in findLambdaReferenceCaptures()
/external/clang/lib/CodeGen/
DCodeGenFunction.h193 CaptureFields[I->getCapturedVar()] = *Field; in Kind()
195 CaptureFields[I->getCapturedVar()] = *Field; in Kind()
209 return CaptureFields.lookup(VD); in lookup()
233 llvm::SmallDenseMap<const VarDecl *, FieldDecl *> CaptureFields; variable
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.h377 CaptureFields[I->getCapturedVar()->getCanonicalDecl()] = *Field;
379 CaptureFields[I->getCapturedVar()->getCanonicalDecl()] = *Field;
393 return CaptureFields.lookup(VD->getCanonicalDecl());
417 llvm::SmallDenseMap<const VarDecl *, FieldDecl *> CaptureFields;