Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.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()
H A DCodeGenFunction.h3653 LValue InitCapturedStruct(const CapturedStmt &S);
H A DCGStmtOpenMP.cpp1983 LValue CapStruct = ParentCGF.InitCapturedStruct(*S); in emitCapturedStmtFunc()