Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp3099 LValue CodeGenFunction::InitCapturedStruct(const CapturedStmt &S) { in InitCapturedStruct() function in CodeGenFunction
3126 LValue CapStruct = InitCapturedStruct(S); in EmitCapturedStmt()
3141 LValue CapStruct = InitCapturedStruct(S); in GenerateCapturedStmtArgument()
HDCodeGenFunction.h3653 LValue InitCapturedStruct(const CapturedStmt &S);
HDCGStmtOpenMP.cpp1983 LValue CapStruct = ParentCGF.InitCapturedStruct(*S); in emitCapturedStmtFunc()