Lines Matching refs:KLoc
3717 SmallVector<SourceLocation, 4> KLoc; in ParseOpenMPSingleExprWithArgClause() local
3721 KLoc.resize(NumberOfElements); in ParseOpenMPSingleExprWithArgClause()
3730 KLoc[Modifier1] = Tok.getLocation(); in ParseOpenMPSingleExprWithArgClause()
3742 KLoc[Modifier2] = Tok.getLocation(); in ParseOpenMPSingleExprWithArgClause()
3756 KLoc[ScheduleKind] = Tok.getLocation(); in ParseOpenMPSingleExprWithArgClause()
3768 KLoc.push_back(Tok.getLocation()); in ParseOpenMPSingleExprWithArgClause()
3783 KLoc.push_back(Tok.getLocation()); in ParseOpenMPSingleExprWithArgClause()
3796 KLoc.push_back(Tok.getLocation()); in ParseOpenMPSingleExprWithArgClause()
3802 KLoc.push_back(SourceLocation()); in ParseOpenMPSingleExprWithArgClause()
3811 KLoc.push_back(Tok.getLocation()); in ParseOpenMPSingleExprWithArgClause()
3817 KLoc.emplace_back(); in ParseOpenMPSingleExprWithArgClause()
3821 KLoc.push_back(Tok.getLocation()); in ParseOpenMPSingleExprWithArgClause()
3861 Kind, Arg, Val.get(), Loc, T.getOpenLocation(), KLoc, DelimLoc, RLoc); in ParseOpenMPSingleExprWithArgClause()