Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1042 Clause->setLoopData(I, nullptr); in Create()
1054 void OMPDependClause::setLoopData(unsigned NumLoop, Expr *Cnt) { in setLoopData() function in OMPDependClause
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4730 void setLoopData(unsigned NumLoop, Expr *Cnt);
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8708 Pair.first->setLoopData(CurrentNestedLoopCount, nullptr); in checkOpenMPIterationSpace()
8724 Pair.first->setLoopData(CurrentNestedLoopCount, CntValue); in checkOpenMPIterationSpace()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp12533 C->setLoopData(I, Record.readSubExpr()); in VisitOMPDependClause()