Home
last modified time | relevance | path

Searched refs:setLoopData (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp1012 Clause->setLoopData(I, nullptr); in Create()
1024 void OMPDependClause::setLoopData(unsigned NumLoop, Expr *Cnt) { in setLoopData() function in OMPDependClause
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h4622 void setLoopData(unsigned NumLoop, Expr *Cnt);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp8702 Pair.first->setLoopData(CurrentNestedLoopCount, nullptr); in checkOpenMPIterationSpace()
8718 Pair.first->setLoopData(CurrentNestedLoopCount, CntValue); in checkOpenMPIterationSpace()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp12491 C->setLoopData(I, Record.readSubExpr()); in VisitOMPDependClause()