Searched refs:CommaLoc (Results 1 – 8 of 8) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 575 SourceLocation CommaLoc; variable 598 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; } in setCommaLoc() 618 SourceLocation KLoc, SourceLocation CommaLoc, in OMPScheduleClause() argument 622 Kind(Kind), KindLoc(KLoc), CommaLoc(CommaLoc), ChunkSize(ChunkSize) {} in OMPScheduleClause() 641 SourceLocation getCommaLoc() { return CommaLoc; } in getCommaLoc()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 576 SourceLocation CommaLoc; in ParseOpenMPSingleExprWithArgClause() local 595 CommaLoc = ConsumeAnyToken(); in ParseOpenMPSingleExprWithArgClause() 606 Kind, Type, Val.get(), Loc, T.getOpenLocation(), KLoc, CommaLoc, in ParseOpenMPSingleExprWithArgClause()
|
| H A D | ParseDecl.cpp | 1753 SourceLocation CommaLoc; in ParseDeclGroup() local 1754 while (TryConsumeToken(tok::comma, CommaLoc)) { in ParseDeclGroup() 1759 Diag(CommaLoc, diag::err_expected_semi_declaration) in ParseDeclGroup() 1760 << FixItHint::CreateReplacement(CommaLoc, ";"); in ParseDeclGroup() 1767 D.setCommaLoc(CommaLoc); in ParseDeclGroup() 3394 SourceLocation CommaLoc; in ParseStructDeclaration() local 3397 DeclaratorInfo.D.setCommaLoc(CommaLoc); in ParseStructDeclaration() 3428 if (!TryConsumeToken(tok::comma, CommaLoc)) in ParseStructDeclaration() 3985 SourceLocation CommaLoc; in ParseEnumBody() local 3986 if (Tok.isNot(tok::r_brace) && !TryConsumeToken(tok::comma, CommaLoc)) { in ParseEnumBody() [all …]
|
| H A D | ParseDeclCXX.cpp | 2515 SourceLocation CommaLoc; in ParseCXXClassMemberDeclaration() local 2516 if (!TryConsumeToken(tok::comma, CommaLoc)) in ParseCXXClassMemberDeclaration() 2524 Diag(CommaLoc, diag::err_expected_semi_declaration) in ParseCXXClassMemberDeclaration() 2525 << FixItHint::CreateReplacement(CommaLoc, ";"); in ParseCXXClassMemberDeclaration() 2536 DeclaratorInfo.setCommaLoc(CommaLoc); in ParseCXXClassMemberDeclaration()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1621 SourceLocation CommaLoc; variable 1714 CommaLoc = SourceLocation(); in clear() 2130 bool isFirstDeclarator() const { return !CommaLoc.isValid(); } in isFirstDeclarator() 2131 SourceLocation getCommaLoc() const { return CommaLoc; } in getCommaLoc() 2132 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } in setCommaLoc()
|
| H A D | Sema.h | 7675 SourceLocation CommaLoc, 7682 SourceLocation CommaLoc,
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 3816 SourceLocation ArgumentLoc, SourceLocation CommaLoc, in ActOnOpenMPSingleExprWithArgClause() argument 3823 LParenLoc, ArgumentLoc, CommaLoc, EndLoc); in ActOnOpenMPSingleExprWithArgClause() 3860 SourceLocation LParenLoc, SourceLocation KindLoc, SourceLocation CommaLoc, in ActOnOpenMPScheduleClause() argument 3910 return new (Context) OMPScheduleClause(StartLoc, LParenLoc, KindLoc, CommaLoc, in ActOnOpenMPScheduleClause()
|
| H A D | TreeTransform.h | 1427 SourceLocation CommaLoc, in RebuildOMPScheduleClause() argument 1430 Kind, ChunkSize, StartLoc, LParenLoc, KindLoc, CommaLoc, EndLoc); in RebuildOMPScheduleClause()
|