Lines Matching refs:OMPUsesAllocatorsClause
1415 void OMPUsesAllocatorsClause::setAllocatorsData( in setAllocatorsData()
1416 ArrayRef<OMPUsesAllocatorsClause::Data> Data) { in setAllocatorsData()
1420 const OMPUsesAllocatorsClause::Data &D = Data[I]; in setAllocatorsData()
1439 OMPUsesAllocatorsClause::Data
1440 OMPUsesAllocatorsClause::getAllocatorData(unsigned I) const { in getAllocatorData()
1441 OMPUsesAllocatorsClause::Data Data; in getAllocatorData()
1458 OMPUsesAllocatorsClause *
1459 OMPUsesAllocatorsClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
1461 ArrayRef<OMPUsesAllocatorsClause::Data> Data) { in Create()
1466 OMPUsesAllocatorsClause(StartLoc, LParenLoc, EndLoc, Data.size()); in Create()
1471 OMPUsesAllocatorsClause *
1472 OMPUsesAllocatorsClause::CreateEmpty(const ASTContext &C, unsigned N) { in CreateEmpty()
1476 return new (Mem) OMPUsesAllocatorsClause(N); in CreateEmpty()
2092 OMPUsesAllocatorsClause *Node) { in VisitOMPUsesAllocatorsClause()
2097 OMPUsesAllocatorsClause::Data Data = Node->getAllocatorData(I); in VisitOMPUsesAllocatorsClause()