Searched refs:GenerateCapturedStmtFunction (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2434 llvm::Function *F = CGF.GenerateCapturedStmtFunction(S);
2450 CodeGenFunction::GenerateCapturedStmtFunction(const CapturedStmt &S) { function in class:CodeGenFunction
H A DCodeGenFunction.h3194 llvm::Function *GenerateCapturedStmtFunction(const CapturedStmt &S);
H A DCGOpenMPRuntime.cpp1331 llvm::Function *Res = CGF.GenerateCapturedStmtFunction(*CS);

Completed in 142 milliseconds