Lines Matching defs:LParenLoc
9860 SourceLocation LParenLoc = readSourceLocation();
9866 CXXCtorInitializer(Context, TInfo, IsBaseVirtual, LParenLoc, Init,
9870 CXXCtorInitializer(Context, TInfo, LParenLoc, Init, RParenLoc);
9873 CXXCtorInitializer(Context, Member, MemberOrEllipsisLoc, LParenLoc,
9878 LParenLoc, Init, RParenLoc);
12404 D.LParenLoc = Record.readSourceLocation();
12539 SourceLocation LParenLoc = readSourceLocation();
12541 return OpenACCDefaultClause::Create(getContext(), DCK, BeginLoc, LParenLoc,
12545 SourceLocation LParenLoc = readSourceLocation();
12547 return OpenACCIfClause::Create(getContext(), BeginLoc, LParenLoc, CondExpr,
12551 SourceLocation LParenLoc = readSourceLocation();
12555 return OpenACCSelfClause::Create(getContext(), BeginLoc, LParenLoc,
12562 return OpenACCSelfClause::Create(getContext(), BeginLoc, LParenLoc, VarList,
12566 SourceLocation LParenLoc = readSourceLocation();
12571 return OpenACCNumGangsClause::Create(getContext(), BeginLoc, LParenLoc,
12575 SourceLocation LParenLoc = readSourceLocation();
12577 return OpenACCNumWorkersClause::Create(getContext(), BeginLoc, LParenLoc,
12581 SourceLocation LParenLoc = readSourceLocation();
12583 return OpenACCDeviceNumClause::Create(getContext(), BeginLoc, LParenLoc,
12587 SourceLocation LParenLoc = readSourceLocation();
12589 return OpenACCDefaultAsyncClause::Create(getContext(), BeginLoc, LParenLoc,
12593 SourceLocation LParenLoc = readSourceLocation();
12595 return OpenACCVectorLengthClause::Create(getContext(), BeginLoc, LParenLoc,
12599 SourceLocation LParenLoc = readSourceLocation();
12601 return OpenACCPrivateClause::Create(getContext(), BeginLoc, LParenLoc,
12605 SourceLocation LParenLoc = readSourceLocation();
12607 return OpenACCHostClause::Create(getContext(), BeginLoc, LParenLoc, VarList,
12611 SourceLocation LParenLoc = readSourceLocation();
12613 return OpenACCDeviceClause::Create(getContext(), BeginLoc, LParenLoc,
12617 SourceLocation LParenLoc = readSourceLocation();
12619 return OpenACCFirstPrivateClause::Create(getContext(), BeginLoc, LParenLoc,
12623 SourceLocation LParenLoc = readSourceLocation();
12625 return OpenACCAttachClause::Create(getContext(), BeginLoc, LParenLoc,
12629 SourceLocation LParenLoc = readSourceLocation();
12631 return OpenACCDetachClause::Create(getContext(), BeginLoc, LParenLoc,
12635 SourceLocation LParenLoc = readSourceLocation();
12637 return OpenACCDeleteClause::Create(getContext(), BeginLoc, LParenLoc,
12641 SourceLocation LParenLoc = readSourceLocation();
12643 return OpenACCUseDeviceClause::Create(getContext(), BeginLoc, LParenLoc,
12647 SourceLocation LParenLoc = readSourceLocation();
12649 return OpenACCDevicePtrClause::Create(getContext(), BeginLoc, LParenLoc,
12653 SourceLocation LParenLoc = readSourceLocation();
12655 return OpenACCNoCreateClause::Create(getContext(), BeginLoc, LParenLoc,
12659 SourceLocation LParenLoc = readSourceLocation();
12661 return OpenACCPresentClause::Create(getContext(), BeginLoc, LParenLoc,
12667 SourceLocation LParenLoc = readSourceLocation();
12670 LParenLoc, VarList, EndLoc);
12675 SourceLocation LParenLoc = readSourceLocation();
12679 LParenLoc, IsReadOnly, VarList, EndLoc);
12684 SourceLocation LParenLoc = readSourceLocation();
12688 LParenLoc, IsZero, VarList, EndLoc);
12693 SourceLocation LParenLoc = readSourceLocation();
12697 LParenLoc, IsZero, VarList, EndLoc);
12700 SourceLocation LParenLoc = readSourceLocation();
12702 return OpenACCAsyncClause::Create(getContext(), BeginLoc, LParenLoc,
12706 SourceLocation LParenLoc = readSourceLocation();
12710 return OpenACCWaitClause::Create(getContext(), BeginLoc, LParenLoc,
12716 SourceLocation LParenLoc = readSourceLocation();
12727 LParenLoc, Archs, EndLoc);
12730 SourceLocation LParenLoc = readSourceLocation();
12733 return OpenACCReductionClause::Create(getContext(), BeginLoc, LParenLoc, Op,
12747 SourceLocation LParenLoc = readSourceLocation();
12750 return OpenACCCollapseClause::Create(getContext(), BeginLoc, LParenLoc,
12754 SourceLocation LParenLoc = readSourceLocation();
12759 return OpenACCTileClause::Create(getContext(), BeginLoc, LParenLoc,
12763 SourceLocation LParenLoc = readSourceLocation();
12771 return OpenACCGangClause::Create(getContext(), BeginLoc, LParenLoc,
12775 SourceLocation LParenLoc = readSourceLocation();
12777 return OpenACCWorkerClause::Create(getContext(), BeginLoc, LParenLoc,
12781 SourceLocation LParenLoc = readSourceLocation();
12783 return OpenACCVectorClause::Create(getContext(), BeginLoc, LParenLoc,