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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 165 CapturedStmt *LoopVarFunc,
170 S->setLoopVarFunc(LoopVarFunc);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 1989 const CapturedStmt *LoopVarFunc = S->getLoopVarFunc();
1990 EmittedClosureTy LoopVarClosure = emitCapturedStmtFunc(*this, LoopVarFunc);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 5557 CapturedStmt *LoopVarFunc = buildLoopVarFunc(
5562 LoopVarFunc, LVRef);

Completed in 51 milliseconds