Lines Matching defs:RLoc
506 SourceLocation RLoc = Tok.getLocation();
508 RLoc = T.getCloseLocation();
511 Actions.ActOnParenListExpr(T.getOpenLocation(), RLoc, Exprs);
753 SourceLocation RLoc;
754 SimdLen = P.ParseOpenMPParensExpr(ClauseName, RLoc);
1115 SourceLocation RLoc;
1116 ScoreExpr = P.ParseOpenMPParensExpr(SelectorName, RLoc);
1196 SourceLocation RLoc;
1197 ExprResult Condition = ParseOpenMPParensExpr("user condition", RLoc);
1403 SourceLocation RLoc;
1413 getOpenMPDirectiveName(OMPD_declare_variant), RLoc,
1789 SourceLocation RLoc;
1791 SourceLocation TypeLoc, SourceLocation RLoc)
1792 : Type(Type), Loc(Loc), LOpen(LOpen), TypeLoc(TypeLoc), RLoc(RLoc) {}
1816 SourceLocation RLoc = Tok.getLocation();
1818 RLoc = T.getCloseLocation();
1820 return SimpleClauseData(Type, Loc, LOpen, TypeLoc, RLoc);
3348 /// \param RLoc Returned location of right paren.
3350 SourceLocation &RLoc,
3363 RLoc = Tok.getLocation();
3365 RLoc = T.getCloseLocation();
3415 SourceLocation RLoc;
3417 ExprResult Val = ParseOpenMPParensExpr(getOpenMPClauseName(Kind), RLoc);
3425 LLoc, RLoc);
3435 SourceLocation RLoc;
3445 ParseOpenMPParensExpr(getOpenMPClauseName(OMPC_indirect), RLoc);
3600 SourceLocation RLoc = Tok.getLocation();
3602 RLoc = T.getCloseLocation();
3610 RLoc);
3613 InteropVarExpr.get(), Loc, T.getOpenLocation(), VarLoc, RLoc);
3617 InteropVarExpr.get(), Loc, T.getOpenLocation(), VarLoc, RLoc);
3712 Kind, Val->Type, Val->TypeLoc, Val->LOpen, Val->Loc, Val->RLoc);
3996 SourceLocation RLoc = Tok.getLocation();
3998 RLoc = T.getCloseLocation();
4006 Kind, Arg, Val.get(), Loc, T.getOpenLocation(), KLoc, DelimLoc, RLoc);
4317 SourceLocation RLoc = Tok.getLocation();
4319 RLoc = T.getCloseLocation();
4322 LLoc, RLoc, Data);
4812 Data.RLoc = Tok.getLocation();
4814 Data.RLoc = T.getCloseLocation();
4894 OMPVarListLocTy Locs(Loc, LOpen, Data.RLoc);