Home | History | Annotate | Download | only in AST

Lines Matching refs:OMPIteratorExpr

4794 void OMPIteratorExpr::setIteratorDeclaration(unsigned I, Decl *D) {
4800 void OMPIteratorExpr::setAssignmentLoc(unsigned I, SourceLocation Loc) {
4808 void OMPIteratorExpr::setIteratorRange(unsigned I, Expr *Begin,
4831 Decl *OMPIteratorExpr::getIteratorDecl(unsigned I) {
4835 OMPIteratorExpr::IteratorRange OMPIteratorExpr::getIteratorRange(unsigned I) {
4852 SourceLocation OMPIteratorExpr::getAssignLoc(unsigned I) const {
4858 SourceLocation OMPIteratorExpr::getColonLoc(unsigned I) const {
4864 SourceLocation OMPIteratorExpr::getSecondColonLoc(unsigned I) const {
4870 void OMPIteratorExpr::setHelper(unsigned I, const OMPIteratorHelperData &D) {
4874 OMPIteratorHelperData &OMPIteratorExpr::getHelper(unsigned I) {
4878 const OMPIteratorHelperData &OMPIteratorExpr::getHelper(unsigned I) const {
4882 OMPIteratorExpr::OMPIteratorExpr(
4884 SourceLocation R, ArrayRef<OMPIteratorExpr::IteratorDefinition> Data,
4900 OMPIteratorExpr *
4901 OMPIteratorExpr::Create(const ASTContext &Context, QualType T,
4904 ArrayRef<OMPIteratorExpr::IteratorDefinition> Data,
4913 alignof(OMPIteratorExpr));
4914 return new (Mem) OMPIteratorExpr(T, IteratorKwLoc, L, R, Data, Helpers);
4917 OMPIteratorExpr *OMPIteratorExpr::CreateEmpty(const ASTContext &Context,
4923 alignof(OMPIteratorExpr));
4924 return new (Mem) OMPIteratorExpr(EmptyShell(), NumIterators);