Home
last modified time | relevance | path

Searched refs:InitCapturedStruct (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2700 LValue CodeGenFunction::InitCapturedStruct(const CapturedStmt &S) { in InitCapturedStruct() function in CodeGenFunction
2727 LValue CapStruct = InitCapturedStruct(S); in EmitCapturedStmt()
2742 LValue CapStruct = InitCapturedStruct(S); in GenerateCapturedStmtArgument()
H A DCodeGenFunction.h3282 LValue InitCapturedStruct(const CapturedStmt &S);
H A DCGStmtOpenMP.cpp1929 LValue CapStruct = ParentCGF.InitCapturedStruct(*S); in emitCapturedStmtFunc()