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

/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp50 LambdaThisCaptureField(nullptr), NormalCleanupDest(nullptr),
848 LambdaThisCaptureField);
849 if (LambdaThisCaptureField) {
856 LValue ThisFieldLValue = EmitLValueForLambdaField(LambdaThisCaptureField);
857 if (!LambdaThisCaptureField->getType()->isPointerType()) {
H A DCGOpenMPRuntime.cpp388 FieldDecl *LambdaThisCaptureField = nullptr; member in class:__anon1606::InlinedOpenMPRegionRAII
402 LambdaThisCaptureField = CGF.LambdaThisCaptureField;
403 CGF.LambdaThisCaptureField = nullptr;
413 CGF.LambdaThisCaptureField = LambdaThisCaptureField;
H A DCodeGenFunction.h293 FieldDecl *LambdaThisCaptureField; member in class:clang::CodeGen::CodeGenFunction
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1908 FieldDecl *LambdaThisCaptureField; local
1909 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField);

Completed in 298 milliseconds