Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DOpenMPClause.cpp974 Clause->setLoopData(I, nullptr); in Create()
986 void OMPDependClause::setLoopData(unsigned NumLoop, Expr *Cnt) { in setLoopData() function in OMPDependClause
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h4528 void setLoopData(unsigned NumLoop, Expr *Cnt);
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp7960 Pair.first->setLoopData(CurrentNestedLoopCount, nullptr); in checkOpenMPIterationSpace()
7976 Pair.first->setLoopData(CurrentNestedLoopCount, CntValue); in checkOpenMPIterationSpace()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp12566 C->setLoopData(I, Record.readSubExpr()); in VisitOMPDependClause()