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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1059 LambdaThisCaptureField);
1060 if (LambdaThisCaptureField) {
1067 LValue ThisFieldLValue = EmitLValueForLambdaField(LambdaThisCaptureField);
1068 if (!LambdaThisCaptureField->getType()->isPointerType()) {
H A DCGOpenMPRuntime.cpp404 FieldDecl *LambdaThisCaptureField = nullptr; member in class:__anon406::InlinedOpenMPRegionRAII
419 LambdaThisCaptureField = CGF.LambdaThisCaptureField;
420 CGF.LambdaThisCaptureField = nullptr;
432 CGF.LambdaThisCaptureField = LambdaThisCaptureField;
H A DCodeGenFunction.h492 FieldDecl *LambdaThisCaptureField = nullptr; member in class:clang::CodeGen::CodeGenFunction
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2456 FieldDecl *LambdaThisCaptureField; local
2457 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp548 FieldDecl *LambdaThisCaptureField; member in class:__anon17::CallStackFrame
5520 Frame.LambdaThisCaptureField);
7929 if (!Info.CurrentCall->LambdaThisCaptureField)
7935 Info.CurrentCall->LambdaThisCaptureField))
7938 if (Info.CurrentCall->LambdaThisCaptureField->getType()

Completed in 237 milliseconds