Home
last modified time | relevance | path

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

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