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

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2953 llvm::Function *F = CGF.GenerateCapturedStmtFunction(S);
2969 CodeGenFunction::GenerateCapturedStmtFunction(const CapturedStmt &S) { function in class:CodeGenFunction
H A DCodeGenFunction.h3429 llvm::Function *GenerateCapturedStmtFunction(const CapturedStmt &S);
H A DCGStmtOpenMP.cpp1960 llvm::Function *F = CGF.GenerateCapturedStmtFunction(*S);
H A DCGOpenMPRuntime.cpp1322 llvm::Function *Res = CGF.GenerateCapturedStmtFunction(*CS);

Completed in 283 milliseconds