Searched defs:LambdaCaptureFields (Results 1 - 2 of 2) 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.h285 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields; member in class:clang::CodeGen::CodeGenFunction

Completed in 141 milliseconds