Lines Matching refs:getLocation
185 Directive = Actions.ActOnDeclStmt(Res, Loc, Tok.getLocation()); in ParseOpenMPDeclarativeOrExecutableDirective()
233 DeclarationNameInfo(Tok.getIdentifierInfo(), Tok.getLocation()); in ParseOpenMPDeclarativeOrExecutableDirective()
275 EndLoc = Tok.getLocation(); in ParseOpenMPDeclarativeOrExecutableDirective()
352 Diag(PrevTok.getLocation(), diag::err_expected) in ParseOpenMPSimpleVarList()
354 << SourceRange(PrevTok.getLocation(), PrevTokLocation); in ParseOpenMPSimpleVarList()
547 SourceLocation Loc = Tok.getLocation(); in ParseOpenMPSimpleClause()
557 SourceLocation TypeLoc = Tok.getLocation(); in ParseOpenMPSimpleClause()
566 Tok.getLocation()); in ParseOpenMPSimpleClause()
587 SourceLocation Loc = Tok.getLocation(); in ParseOpenMPClause()
590 return Actions.ActOnOpenMPClause(Kind, Loc, Tok.getLocation()); in ParseOpenMPClause()
612 SourceLocation KLoc = Tok.getLocation(); in ParseOpenMPSingleExprWithArgClause()
707 SourceLocation Loc = Tok.getLocation(); in ParseOpenMPVarListClause()
745 DepLoc = Tok.getLocation(); in ParseOpenMPVarListClause()
794 ColonLoc = Tok.getLocation(); in ParseOpenMPVarListClause()
813 Kind, Vars, TailExpr, Loc, LOpen, ColonLoc, Tok.getLocation(), in ParseOpenMPVarListClause()