Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp2097 SourceLocation CommaLoc; in ParseDeclGroup() local
2098 while (TryConsumeToken(tok::comma, CommaLoc)) { in ParseDeclGroup()
2103 Diag(CommaLoc, diag::err_expected_semi_declaration) in ParseDeclGroup()
2104 << FixItHint::CreateReplacement(CommaLoc, ";"); in ParseDeclGroup()
2111 D.setCommaLoc(CommaLoc); in ParseDeclGroup()
4200 SourceLocation CommaLoc; in ParseStructDeclaration() local
4203 DeclaratorInfo.D.setCommaLoc(CommaLoc); in ParseStructDeclaration()
4239 if (!TryConsumeToken(tok::comma, CommaLoc)) in ParseStructDeclaration()
4864 SourceLocation CommaLoc; in ParseEnumBody() local
4865 if (Tok.isNot(tok::r_brace) && !TryConsumeToken(tok::comma, CommaLoc)) { in ParseEnumBody()
[all …]
H A DParseDeclCXX.cpp2956 SourceLocation CommaLoc; in ParseCXXClassMemberDeclaration() local
2957 if (!TryConsumeToken(tok::comma, CommaLoc)) in ParseCXXClassMemberDeclaration()
2965 Diag(CommaLoc, diag::err_expected_semi_declaration) in ParseCXXClassMemberDeclaration()
2966 << FixItHint::CreateReplacement(CommaLoc, ";"); in ParseCXXClassMemberDeclaration()
2976 DeclaratorInfo.setCommaLoc(CommaLoc); in ParseCXXClassMemberDeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1885 SourceLocation CommaLoc; variable
1988 CommaLoc = SourceLocation(); in clear()
2564 bool isFirstDeclarator() const { return !CommaLoc.isValid(); } in isFirstDeclarator()
2565 SourceLocation getCommaLoc() const { return CommaLoc; } in getCommaLoc()
2566 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } in setCommaLoc()
H A DSema.h10929 SourceLocation KindLoc, SourceLocation CommaLoc, SourceLocation EndLoc);
11170 SourceLocation CommaLoc, SourceLocation EndLoc);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h1409 SourceLocation CommaLoc; variable
1468 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; } in setCommaLoc()
1492 SourceLocation KLoc, SourceLocation CommaLoc, in OMPScheduleClause() argument
1499 KindLoc(KLoc), CommaLoc(CommaLoc), ChunkSize(ChunkSize) { in OMPScheduleClause()
1545 SourceLocation getCommaLoc() { return CommaLoc; } in getCommaLoc()
6207 SourceLocation CommaLoc; variable
6230 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; } in setCommaLoc()
6250 SourceLocation KLoc, SourceLocation CommaLoc, in OMPDistScheduleClause() argument
6256 KindLoc(KLoc), CommaLoc(CommaLoc), ChunkSize(ChunkSize) { in OMPDistScheduleClause()
6276 SourceLocation getCommaLoc() { return CommaLoc; } in getCommaLoc()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp4010 SMLoc CommaLoc = getTok().getLoc(); in parseStructInitializer() local
4014 return Error(CommaLoc, "'" + Structure.Name + in parseStructInitializer()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h1690 SourceLocation KindLoc, SourceLocation CommaLoc, SourceLocation EndLoc) { in RebuildOMPScheduleClause() argument
1693 CommaLoc, EndLoc); in RebuildOMPScheduleClause()
2021 SourceLocation CommaLoc, SourceLocation EndLoc) { in RebuildOMPDistScheduleClause() argument
2023 Kind, ChunkSize, StartLoc, LParenLoc, KindLoc, CommaLoc, EndLoc); in RebuildOMPDistScheduleClause()
H A DSemaOpenMP.cpp14441 SourceLocation KindLoc, SourceLocation CommaLoc, SourceLocation EndLoc) { in ActOnOpenMPScheduleClause() argument
14522 OMPScheduleClause(StartLoc, LParenLoc, KindLoc, CommaLoc, EndLoc, Kind, in ActOnOpenMPScheduleClause()
19864 SourceLocation LParenLoc, SourceLocation KindLoc, SourceLocation CommaLoc, in ActOnOpenMPDistScheduleClause() argument
19912 OMPDistScheduleClause(StartLoc, LParenLoc, KindLoc, CommaLoc, EndLoc, in ActOnOpenMPDistScheduleClause()