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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2389 llvm::Function *F = CGF.GenerateCapturedStmtFunction(S);
2405 CodeGenFunction::GenerateCapturedStmtFunction(const CapturedStmt &S) { function in class:CodeGenFunction
H A DCodeGenFunction.h2984 llvm::Function *GenerateCapturedStmtFunction(const CapturedStmt &S);
H A DCGOpenMPRuntime.cpp1569 llvm::Function *Res = CGF.GenerateCapturedStmtFunction(*CS);

Completed in 116 milliseconds