Searched refs:LambdaCaptureFields (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1883 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields; local
1885 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField);
1886 const FieldDecl *FD = LambdaCaptureFields[VD];
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp808 MD->getParent()->getCaptureFields(LambdaCaptureFields,
H A DCodeGenFunction.h285 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields; member in class:clang::CodeGen::CodeGenFunction
H A DCGExpr.cpp2066 if (auto *FD = LambdaCaptureFields.lookup(VD))

Completed in 723 milliseconds