Lines Matching refs:KLoc
2944 SmallVector<SourceLocation, 4> KLoc; in ParseOpenMPSingleExprWithArgClause() local
2948 KLoc.resize(NumberOfElements); in ParseOpenMPSingleExprWithArgClause()
2958 KLoc[Modifier1] = Tok.getLocation(); in ParseOpenMPSingleExprWithArgClause()
2971 KLoc[Modifier2] = Tok.getLocation(); in ParseOpenMPSingleExprWithArgClause()
2986 KLoc[ScheduleKind] = Tok.getLocation(); in ParseOpenMPSingleExprWithArgClause()
2999 KLoc.push_back(Tok.getLocation()); in ParseOpenMPSingleExprWithArgClause()
3015 KLoc.push_back(Tok.getLocation()); in ParseOpenMPSingleExprWithArgClause()
3029 KLoc.push_back(Tok.getLocation()); in ParseOpenMPSingleExprWithArgClause()
3035 KLoc.push_back(SourceLocation()); in ParseOpenMPSingleExprWithArgClause()
3045 KLoc.push_back(Tok.getLocation()); in ParseOpenMPSingleExprWithArgClause()
3051 KLoc.emplace_back(); in ParseOpenMPSingleExprWithArgClause()
3055 KLoc.push_back(Tok.getLocation()); in ParseOpenMPSingleExprWithArgClause()
3095 Kind, Arg, Val.get(), Loc, T.getOpenLocation(), KLoc, DelimLoc, RLoc); in ParseOpenMPSingleExprWithArgClause()