Home | History | Annotate | Download | only in AST

Lines Matching refs:OMPUsesAllocatorsClause

1453 void OMPUsesAllocatorsClause::setAllocatorsData(
1454 ArrayRef<OMPUsesAllocatorsClause::Data> Data) {
1458 const OMPUsesAllocatorsClause::Data &D = Data[I];
1477 OMPUsesAllocatorsClause::Data
1478 OMPUsesAllocatorsClause::getAllocatorData(unsigned I) const {
1479 OMPUsesAllocatorsClause::Data Data;
1496 OMPUsesAllocatorsClause *
1497 OMPUsesAllocatorsClause::Create(const ASTContext &C, SourceLocation StartLoc,
1499 ArrayRef<OMPUsesAllocatorsClause::Data> Data) {
1504 OMPUsesAllocatorsClause(StartLoc, LParenLoc, EndLoc, Data.size());
1509 OMPUsesAllocatorsClause *
1510 OMPUsesAllocatorsClause::CreateEmpty(const ASTContext &C, unsigned N) {
1514 return new (Mem) OMPUsesAllocatorsClause(N);
2217 OMPUsesAllocatorsClause *Node) {
2222 OMPUsesAllocatorsClause::Data Data = Node->getAllocatorData(I);