Lines Matching refs:RLoc

506       SourceLocation RLoc = Tok.getLocation();  in ParseOpenMPReductionInitializerForDecl()  local
508 RLoc = T.getCloseLocation(); in ParseOpenMPReductionInitializerForDecl()
511 Actions.ActOnParenListExpr(T.getOpenLocation(), RLoc, Exprs); in ParseOpenMPReductionInitializerForDecl()
753 SourceLocation RLoc; in parseDeclareSimdClauses() local
754 SimdLen = P.ParseOpenMPParensExpr(ClauseName, RLoc); in parseDeclareSimdClauses()
1115 SourceLocation RLoc; in parseContextScore() local
1116 ScoreExpr = P.ParseOpenMPParensExpr(SelectorName, RLoc); in parseContextScore()
1196 SourceLocation RLoc; in parseOMPContextSelector() local
1197 ExprResult Condition = ParseOpenMPParensExpr("user condition", RLoc); in parseOMPContextSelector()
1403 SourceLocation RLoc; in ParseOMPDeclareVariantClauses() local
1413 getOpenMPDirectiveName(OMPD_declare_variant), RLoc, in ParseOMPDeclareVariantClauses()
1789 SourceLocation RLoc; member
1791 SourceLocation TypeLoc, SourceLocation RLoc) in SimpleClauseData()
1792 : Type(Type), Loc(Loc), LOpen(LOpen), TypeLoc(TypeLoc), RLoc(RLoc) {} in SimpleClauseData()
1816 SourceLocation RLoc = Tok.getLocation(); in parseOpenMPSimpleClause() local
1818 RLoc = T.getCloseLocation(); in parseOpenMPSimpleClause()
1820 return SimpleClauseData(Type, Loc, LOpen, TypeLoc, RLoc); in parseOpenMPSimpleClause()
3350 SourceLocation &RLoc, in ParseOpenMPParensExpr() argument
3363 RLoc = Tok.getLocation(); in ParseOpenMPParensExpr()
3365 RLoc = T.getCloseLocation(); in ParseOpenMPParensExpr()
3415 SourceLocation RLoc; in ParseOpenMPSingleExprClause() local
3417 ExprResult Val = ParseOpenMPParensExpr(getOpenMPClauseName(Kind), RLoc); in ParseOpenMPSingleExprClause()
3425 LLoc, RLoc); in ParseOpenMPSingleExprClause()
3435 SourceLocation RLoc; in ParseOpenMPIndirectClause() local
3445 ParseOpenMPParensExpr(getOpenMPClauseName(OMPC_indirect), RLoc); in ParseOpenMPIndirectClause()
3600 SourceLocation RLoc = Tok.getLocation(); in ParseOpenMPInteropClause() local
3602 RLoc = T.getCloseLocation(); in ParseOpenMPInteropClause()
3610 RLoc); in ParseOpenMPInteropClause()
3613 InteropVarExpr.get(), Loc, T.getOpenLocation(), VarLoc, RLoc); in ParseOpenMPInteropClause()
3617 InteropVarExpr.get(), Loc, T.getOpenLocation(), VarLoc, RLoc); in ParseOpenMPInteropClause()
3712 Kind, Val->Type, Val->TypeLoc, Val->LOpen, Val->Loc, Val->RLoc); in ParseOpenMPSimpleClause()
3996 SourceLocation RLoc = Tok.getLocation(); in ParseOpenMPSingleExprWithArgClause() local
3998 RLoc = T.getCloseLocation(); in ParseOpenMPSingleExprWithArgClause()
4006 Kind, Arg, Val.get(), Loc, T.getOpenLocation(), KLoc, DelimLoc, RLoc); in ParseOpenMPSingleExprWithArgClause()
4317 SourceLocation RLoc = Tok.getLocation(); in ParseOpenMPIteratorsExpr() local
4319 RLoc = T.getCloseLocation(); in ParseOpenMPIteratorsExpr()
4322 LLoc, RLoc, Data); in ParseOpenMPIteratorsExpr()
4812 Data.RLoc = Tok.getLocation(); in ParseOpenMPVarList()
4814 Data.RLoc = T.getCloseLocation(); in ParseOpenMPVarList()
4894 OMPVarListLocTy Locs(Loc, LOpen, Data.RLoc); in ParseOpenMPVarListClause()