Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp2847 llvm::Function *F = CGF.GenerateCapturedStmtFunction(S); in EmitCapturedStmt()
2863 CodeGenFunction::GenerateCapturedStmtFunction(const CapturedStmt &S) { in GenerateCapturedStmtFunction() function in CodeGenFunction
H A DCodeGenFunction.h3344 llvm::Function *GenerateCapturedStmtFunction(const CapturedStmt &S);
H A DCGStmtOpenMP.cpp1960 llvm::Function *F = CGF.GenerateCapturedStmtFunction(*S); in emitCapturedStmtFunc()
H A DCGOpenMPRuntime.cpp1322 llvm::Function *Res = CGF.GenerateCapturedStmtFunction(*CS); in emitTaskOutlinedFunction()