Searched refs:setCommaLoc (Results 1 – 6 of 6) sorted by relevance
598 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; } in setCommaLoc() function
2132 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } in setCommaLoc() function
1199 ParmDeclarator.setCommaLoc(ConsumeToken()); in ParseKNRParamDeclarations()
1767 D.setCommaLoc(CommaLoc); in ParseDeclGroup()3397 DeclaratorInfo.D.setCommaLoc(CommaLoc); in ParseStructDeclaration()
2536 DeclaratorInfo.setCommaLoc(CommaLoc); in ParseCXXClassMemberDeclaration()
1831 C->setCommaLoc(Reader->ReadSourceLocation(Record, Idx)); in VisitOMPScheduleClause()