Lines Matching refs:getLocation
183 P.Diag(Tok.getLocation(), diag::err_omp_expected_reduction_identifier); in parseOpenMPReductionId()
227 Diag(Tok.getLocation(), diag::err_expected_type); in ParseOpenMPDeclareReductionDirective()
259 Diag(Tok.getLocation(), diag::err_expected_type); in ParseOpenMPDeclareReductionDirective()
278 Diag(Tok.getLocation(), diag::err_expected_expression); in ParseOpenMPDeclareReductionDirective()
296 D->getLocation(), /*DiscardedValue=*/true); in ParseOpenMPDeclareReductionDirective()
313 Diag(Tok.getLocation(), diag::err_expected) << "'initializer'"; in ParseOpenMPDeclareReductionDirective()
330 ParseAssignmentExpression().get(), D->getLocation(), in ParseOpenMPDeclareReductionDirective()
443 BSRange = SourceRange(Tok.getLocation(), Tok.getEndLoc()); in parseDeclareSimdClauses()
816 Directive = Actions.ActOnDeclStmt(Res, Loc, Tok.getLocation()); in ParseOpenMPDeclarativeOrExecutableDirective()
833 Directive = Actions.ActOnDeclStmt(Res, Loc, Tok.getLocation()); in ParseOpenMPDeclarativeOrExecutableDirective()
894 DeclarationNameInfo(Tok.getIdentifierInfo(), Tok.getLocation()); in ParseOpenMPDeclarativeOrExecutableDirective()
936 EndLoc = Tok.getLocation(); in ParseOpenMPDeclarativeOrExecutableDirective()
1028 Diag(PrevTok.getLocation(), diag::err_expected) in ParseOpenMPSimpleVarList()
1030 << SourceRange(PrevTok.getLocation(), PrevTokLocation); in ParseOpenMPSimpleVarList()
1218 SourceLocation ELoc = Tok.getLocation(); in ParseOpenMPParensExpr()
1264 SourceLocation LLoc = Tok.getLocation(); in ParseOpenMPSingleExprClause()
1284 SourceLocation Loc = Tok.getLocation(); in ParseOpenMPSimpleClause()
1294 SourceLocation TypeLoc = Tok.getLocation(); in ParseOpenMPSimpleClause()
1303 Tok.getLocation()); in ParseOpenMPSimpleClause()
1333 SourceLocation Loc = Tok.getLocation(); in ParseOpenMPClause()
1336 return Actions.ActOnOpenMPClause(Kind, Loc, Tok.getLocation()); in ParseOpenMPClause()
1377 KLoc[Modifier1] = Tok.getLocation(); in ParseOpenMPSingleExprWithArgClause()
1389 KLoc[Modifier2] = Tok.getLocation(); in ParseOpenMPSingleExprWithArgClause()
1403 KLoc[ScheduleKind] = Tok.getLocation(); in ParseOpenMPSingleExprWithArgClause()
1415 KLoc.push_back(Tok.getLocation()); in ParseOpenMPSingleExprWithArgClause()
1425 KLoc.push_back(Tok.getLocation()); in ParseOpenMPSingleExprWithArgClause()
1437 KLoc.push_back(Tok.getLocation()); in ParseOpenMPSingleExprWithArgClause()
1443 KLoc.push_back(Tok.getLocation()); in ParseOpenMPSingleExprWithArgClause()
1459 SourceLocation ELoc = Tok.getLocation(); in ParseOpenMPSingleExprWithArgClause()
1566 Data.DepLinMapLoc = Tok.getLocation(); in ParseOpenMPVarList()
1614 Data.DepLinMapLoc = Tok.getLocation(); in ParseOpenMPVarList()
1705 Data.ColonLoc = Tok.getLocation(); in ParseOpenMPVarList()
1767 SourceLocation Loc = Tok.getLocation(); in ParseOpenMPVarListClause()
1776 Kind, Vars, Data.TailExpr, Loc, LOpen, Data.ColonLoc, Tok.getLocation(), in ParseOpenMPVarListClause()