Searched refs:setCommaLoc (Results 1 – 6 of 6) sorted by relevance
2179 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } in setCommaLoc() function
1265 ParmDeclarator.setCommaLoc(ConsumeToken()); in ParseKNRParamDeclarations()
1834 D.setCommaLoc(CommaLoc); in ParseDeclGroup()3526 DeclaratorInfo.D.setCommaLoc(CommaLoc); in ParseStructDeclaration()
2685 DeclaratorInfo.setCommaLoc(CommaLoc); in ParseCXXClassMemberDeclaration()
695 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; } in setCommaLoc() function
1936 C->setCommaLoc(Reader->ReadSourceLocation(Record, Idx)); in VisitOMPScheduleClause()