HomeSort by: relevance | last modified time | path
    Searched refs:GenerateCapturedStmtFunction (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 2683 llvm::Function *F = CGF.GenerateCapturedStmtFunction(S);
2699 CodeGenFunction::GenerateCapturedStmtFunction(const CapturedStmt &S) {
CodeGenFunction.h 3284 llvm::Function *GenerateCapturedStmtFunction(const CapturedStmt &S);
CGStmtOpenMP.cpp 1926 llvm::Function *F = CGF.GenerateCapturedStmtFunction(*S);
CGOpenMPRuntime.cpp 1343 llvm::Function *Res = CGF.GenerateCapturedStmtFunction(*CS);

Completed in 51 milliseconds