Home
last modified time | relevance | path

Searched refs:setHelper (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h342 void setHelper(unsigned I, const OMPIteratorHelperData &D);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5174 void OMPIteratorExpr::setHelper(unsigned I, const OMPIteratorHelperData &D) { in setHelper() function in OMPIteratorExpr
5199 setHelper(I, Helpers[I]); in OMPIteratorExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1009 E->setHelper(I, HD); in VisitOMPIteratorExpr()