Home | History | Annotate | Download | only in AST

Lines Matching refs:StartLoc

1126                                            SourceLocation StartLoc,
1133 OMPPrivateClause *Clause = new (Mem) OMPPrivateClause(StartLoc, LParenLoc,
1148 SourceLocation StartLoc,
1155 OMPFirstprivateClause *Clause = new (Mem) OMPFirstprivateClause(StartLoc,
1172 SourceLocation StartLoc,
1180 new (Mem) OMPLastprivateClause(StartLoc, LParenLoc, EndLoc, VL.size());
1194 SourceLocation StartLoc,
1201 OMPSharedClause *Clause = new (Mem) OMPSharedClause(StartLoc, LParenLoc,
1216 SourceLocation StartLoc,
1225 OMPLinearClause(StartLoc, LParenLoc, ColonLoc, EndLoc, VL.size());
1240 OMPAlignedClause::Create(const ASTContext &C, SourceLocation StartLoc,
1247 OMPAlignedClause(StartLoc, LParenLoc, ColonLoc, EndLoc, VL.size());
1262 SourceLocation StartLoc,
1269 OMPCopyinClause *Clause = new (Mem) OMPCopyinClause(StartLoc, LParenLoc,
1284 SourceLocation StartLoc,
1292 new (Mem) OMPCopyprivateClause(StartLoc, LParenLoc, EndLoc, VL.size());
1312 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc,
1319 StartLoc, LParenLoc, EndLoc, ColonLoc, VL.size(), QualifierLoc, NameInfo);
1334 SourceLocation StartLoc,
1342 OMPParallelDirective *Dir = new (Mem) OMPParallelDirective(StartLoc, EndLoc,
1360 OMPSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc,
1368 OMPSimdDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size());
1386 OMPForDirective::Create(const ASTContext &C, SourceLocation StartLoc,
1394 new (Mem) OMPForDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size());
1412 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1419 new (Mem) OMPSectionsDirective(StartLoc, EndLoc, Clauses.size());
1436 SourceLocation StartLoc,
1442 OMPSectionDirective *Dir = new (Mem) OMPSectionDirective(StartLoc, EndLoc);
1456 SourceLocation StartLoc,
1465 new (Mem) OMPSingleDirective(StartLoc, EndLoc, Clauses.size());
1482 OMPParallelForDirective::Create(const ASTContext &C, SourceLocation StartLoc,
1491 OMPParallelForDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size());
1508 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1515 new (Mem) OMPParallelSectionsDirective(StartLoc, EndLoc, Clauses.size());