Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp3131 llvm::Function *F = CGF.GenerateCapturedStmtFunction(S); in EmitCapturedStmt()
3147 CodeGenFunction::GenerateCapturedStmtFunction(const CapturedStmt &S) { in GenerateCapturedStmtFunction() function in CodeGenFunction
H A DCodeGenFunction.h3655 llvm::Function *GenerateCapturedStmtFunction(const CapturedStmt &S);
H A DCGStmtOpenMP.cpp1988 llvm::Function *F = CGF.GenerateCapturedStmtFunction(*S); in emitCapturedStmtFunc()
H A DCGOpenMPRuntime.cpp1324 llvm::Function *Res = CGF.GenerateCapturedStmtFunction(*CS); in emitTaskOutlinedFunction()