Searched refs:CommaLoc (Results 1 – 3 of 3) sorted by relevance
1559 SourceLocation CommaLoc; variable1652 CommaLoc = SourceLocation(); in clear()2055 bool isFirstDeclarator() const { return !CommaLoc.isValid(); } in isFirstDeclarator()2056 SourceLocation getCommaLoc() const { return CommaLoc; } in getCommaLoc()2057 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } in setCommaLoc()
1686 SourceLocation CommaLoc = ConsumeToken(); in ParseDeclGroup() local1692 Diag(CommaLoc, diag::err_expected_semi_declaration) in ParseDeclGroup()1693 << FixItHint::CreateReplacement(CommaLoc, ";"); in ParseDeclGroup()1700 D.setCommaLoc(CommaLoc); in ParseDeclGroup()3186 SourceLocation CommaLoc; in ParseStructDeclaration() local3189 DeclaratorInfo.D.setCommaLoc(CommaLoc); in ParseStructDeclaration()3224 CommaLoc = ConsumeToken(); in ParseStructDeclaration()3774 SourceLocation CommaLoc = ConsumeToken(); in ParseEnumBody() local3778 Diag(CommaLoc, getLangOpts().CPlusPlus ? in ParseEnumBody()3781 << FixItHint::CreateRemoval(CommaLoc); in ParseEnumBody()[all …]
2345 SourceLocation CommaLoc = ConsumeToken(); in ParseCXXClassMemberDeclaration() local2352 Diag(CommaLoc, diag::err_expected_semi_declaration) in ParseCXXClassMemberDeclaration()2353 << FixItHint::CreateReplacement(CommaLoc, ";"); in ParseCXXClassMemberDeclaration()2364 DeclaratorInfo.setCommaLoc(CommaLoc); in ParseCXXClassMemberDeclaration()