Home
last modified time | relevance | path

Searched refs:CommaLoc (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
DDeclSpec.h1559 SourceLocation CommaLoc; variable
1652 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()
/external/clang/lib/Parse/
DParseDecl.cpp1686 SourceLocation CommaLoc = ConsumeToken(); in ParseDeclGroup() local
1692 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() local
3189 DeclaratorInfo.D.setCommaLoc(CommaLoc); in ParseStructDeclaration()
3224 CommaLoc = ConsumeToken(); in ParseStructDeclaration()
3774 SourceLocation CommaLoc = ConsumeToken(); in ParseEnumBody() local
3778 Diag(CommaLoc, getLangOpts().CPlusPlus ? in ParseEnumBody()
3781 << FixItHint::CreateRemoval(CommaLoc); in ParseEnumBody()
[all …]
DParseDeclCXX.cpp2345 SourceLocation CommaLoc = ConsumeToken(); in ParseCXXClassMemberDeclaration() local
2352 Diag(CommaLoc, diag::err_expected_semi_declaration) in ParseCXXClassMemberDeclaration()
2353 << FixItHint::CreateReplacement(CommaLoc, ";"); in ParseCXXClassMemberDeclaration()
2364 DeclaratorInfo.setCommaLoc(CommaLoc); in ParseCXXClassMemberDeclaration()