Searched refs:getCommaLoc (Results 1 – 5 of 5) sorted by relevance
2133 SourceLocation getCommaLoc() const { return CommaLoc; } in getCommaLoc() function
641 SourceLocation getCommaLoc() { return CommaLoc; } in getCommaLoc() function
2406 FullSourceLoc Comma(D.getCommaLoc(), S.SourceMgr); in warnAboutAmbiguousFunction()2413 S.Diag(D.getCommaLoc(), diag::note_empty_parens_function_call) in warnAboutAmbiguousFunction()2414 << FixItHint::CreateReplacement(D.getCommaLoc(), ";") in warnAboutAmbiguousFunction()
7008 C->getScheduleKindLoc(), C->getCommaLoc(), C->getLocEnd()); in TransformOMPScheduleClause()
1750 Writer->Writer.AddSourceLocation(C->getCommaLoc(), Record); in VisitOMPScheduleClause()