Lines Matching refs:getLocation
165 Directive = Actions.ActOnDeclStmt(Res, Loc, Tok.getLocation()); in ParseOpenMPDeclarativeOrExecutableDirective()
210 DeclarationNameInfo(Tok.getIdentifierInfo(), Tok.getLocation()); in ParseOpenMPDeclarativeOrExecutableDirective()
246 EndLoc = Tok.getLocation(); in ParseOpenMPDeclarativeOrExecutableDirective()
322 Diag(PrevTok.getLocation(), diag::err_expected) in ParseOpenMPSimpleVarList()
324 << SourceRange(PrevTok.getLocation(), PrevTokLocation); in ParseOpenMPSimpleVarList()
516 SourceLocation Loc = Tok.getLocation(); in ParseOpenMPSimpleClause()
526 SourceLocation TypeLoc = Tok.getLocation(); in ParseOpenMPSimpleClause()
535 Tok.getLocation()); in ParseOpenMPSimpleClause()
556 SourceLocation Loc = Tok.getLocation(); in ParseOpenMPClause()
559 return Actions.ActOnOpenMPClause(Kind, Loc, Tok.getLocation()); in ParseOpenMPClause()
581 SourceLocation KLoc = Tok.getLocation(); in ParseOpenMPSingleExprWithArgClause()
674 SourceLocation Loc = Tok.getLocation(); in ParseOpenMPVarListClause()
738 ColonLoc = Tok.getLocation(); in ParseOpenMPVarListClause()
755 Kind, Vars, TailExpr, Loc, LOpen, ColonLoc, Tok.getLocation(), in ParseOpenMPVarListClause()