Home
last modified time | relevance | path

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

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