Searched refs:CommaLoc (Results 1 – 3 of 3) sorted by relevance
1493 SourceLocation CommaLoc; variable1586 CommaLoc = SourceLocation(); in clear()1888 bool isFirstDeclarator() const { return !CommaLoc.isValid(); } in isFirstDeclarator()1889 SourceLocation getCommaLoc() const { return CommaLoc; } in getCommaLoc()1890 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } in setCommaLoc()
1276 SourceLocation CommaLoc = ConsumeToken(); in ParseDeclGroup() local1282 Diag(CommaLoc, diag::err_expected_semi_declaration) in ParseDeclGroup()1283 << FixItHint::CreateReplacement(CommaLoc, ";"); in ParseDeclGroup()1290 D.setCommaLoc(CommaLoc); in ParseDeclGroup()2550 SourceLocation CommaLoc; in ParseStructDeclaration() local2554 DeclaratorInfo.D.setCommaLoc(CommaLoc); in ParseStructDeclaration()2590 CommaLoc = ConsumeToken(); in ParseStructDeclaration()3089 SourceLocation CommaLoc = ConsumeToken(); in ParseEnumBody() local3093 Diag(CommaLoc, diag::ext_enumerator_list_comma) in ParseEnumBody()3095 << FixItHint::CreateRemoval(CommaLoc); in ParseEnumBody()[all …]
2082 SourceLocation CommaLoc = ConsumeToken(); in ParseCXXClassMemberDeclaration() local2089 Diag(CommaLoc, diag::err_expected_semi_declaration) in ParseCXXClassMemberDeclaration()2090 << FixItHint::CreateReplacement(CommaLoc, ";"); in ParseCXXClassMemberDeclaration()2101 DeclaratorInfo.setCommaLoc(CommaLoc); in ParseCXXClassMemberDeclaration()