Home
last modified time | relevance | path

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

12345

/dports/devel/creduce/creduce-2.10.0/clang_delta/
H A DRemoveUnusedEnumMember.cpp110 SourceLocation CommaLoc = Lexer::findLocationAfterToken( in removeEnumConstantDecl() local
113 if (CommaLoc.isValid()) in removeEnumConstantDecl()
114 EndLoc = CommaLoc; in removeEnumConstantDecl()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DOpenMPClause.h766 SourceLocation CommaLoc;
825 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; }
849 SourceLocation KLoc, SourceLocation CommaLoc,
855 LParenLoc(LParenLoc), Kind(Kind), KindLoc(KLoc), CommaLoc(CommaLoc),
902 SourceLocation getCommaLoc() { return CommaLoc; }
4392 SourceLocation CommaLoc;
4415 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; }
4435 SourceLocation KLoc, SourceLocation CommaLoc,
4441 KindLoc(KLoc), CommaLoc(CommaLoc), ChunkSize(ChunkSize) {
4460 SourceLocation getCommaLoc() { return CommaLoc; }
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DOpenMPClause.h968 SourceLocation CommaLoc; variable
1027 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; } in setCommaLoc()
1051 SourceLocation KLoc, SourceLocation CommaLoc, in OMPScheduleClause() argument
1057 LParenLoc(LParenLoc), Kind(Kind), KindLoc(KLoc), CommaLoc(CommaLoc), in OMPScheduleClause()
1104 SourceLocation getCommaLoc() { return CommaLoc; } in getCommaLoc()
4657 SourceLocation CommaLoc; variable
4680 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; } in setCommaLoc()
4700 SourceLocation KLoc, SourceLocation CommaLoc, in OMPDistScheduleClause() argument
4706 KindLoc(KLoc), CommaLoc(CommaLoc), ChunkSize(ChunkSize) { in OMPDistScheduleClause()
4725 SourceLocation getCommaLoc() { return CommaLoc; } in getCommaLoc()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Parse/
H A DParseDecl.cpp2110 SourceLocation CommaLoc; in ParseDeclGroup() local
2111 while (TryConsumeToken(tok::comma, CommaLoc)) { in ParseDeclGroup()
2124 D.setCommaLoc(CommaLoc); in ParseDeclGroup()
4032 SourceLocation CommaLoc; in ParseStructDeclaration() local
4035 DeclaratorInfo.D.setCommaLoc(CommaLoc); in ParseStructDeclaration()
4066 if (!TryConsumeToken(tok::comma, CommaLoc)) in ParseStructDeclaration()
4660 SourceLocation CommaLoc; in ParseEnumBody() local
4668 if (TryConsumeToken(tok::comma, CommaLoc)) in ParseEnumBody()
4678 Diag(CommaLoc, getLangOpts().CPlusPlus ? in ParseEnumBody()
4681 << FixItHint::CreateRemoval(CommaLoc); in ParseEnumBody()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Parse/
H A DParseDecl.cpp2052 SourceLocation CommaLoc; in ParseDeclGroup() local
2053 while (TryConsumeToken(tok::comma, CommaLoc)) { in ParseDeclGroup()
2066 D.setCommaLoc(CommaLoc); in ParseDeclGroup()
3926 SourceLocation CommaLoc; in ParseStructDeclaration() local
3929 DeclaratorInfo.D.setCommaLoc(CommaLoc); in ParseStructDeclaration()
3960 if (!TryConsumeToken(tok::comma, CommaLoc)) in ParseStructDeclaration()
4554 SourceLocation CommaLoc; in ParseEnumBody() local
4562 if (TryConsumeToken(tok::comma, CommaLoc)) in ParseEnumBody()
4572 Diag(CommaLoc, getLangOpts().CPlusPlus ? in ParseEnumBody()
4575 << FixItHint::CreateRemoval(CommaLoc); in ParseEnumBody()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Parse/
H A DParseDecl.cpp2038 SourceLocation CommaLoc; in ParseDeclGroup() local
2039 while (TryConsumeToken(tok::comma, CommaLoc)) { in ParseDeclGroup()
2052 D.setCommaLoc(CommaLoc); in ParseDeclGroup()
3903 SourceLocation CommaLoc; in ParseStructDeclaration() local
3906 DeclaratorInfo.D.setCommaLoc(CommaLoc); in ParseStructDeclaration()
3937 if (!TryConsumeToken(tok::comma, CommaLoc)) in ParseStructDeclaration()
4533 SourceLocation CommaLoc; in ParseEnumBody() local
4541 if (TryConsumeToken(tok::comma, CommaLoc)) in ParseEnumBody()
4551 Diag(CommaLoc, getLangOpts().CPlusPlus ? in ParseEnumBody()
4554 << FixItHint::CreateRemoval(CommaLoc); in ParseEnumBody()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DOpenMPClause.h1292 SourceLocation CommaLoc; variable
1351 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; } in setCommaLoc()
1375 SourceLocation KLoc, SourceLocation CommaLoc, in OMPScheduleClause() argument
1381 LParenLoc(LParenLoc), Kind(Kind), KindLoc(KLoc), CommaLoc(CommaLoc), in OMPScheduleClause()
1428 SourceLocation getCommaLoc() { return CommaLoc; } in getCommaLoc()
5473 SourceLocation CommaLoc; variable
5496 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; } in setCommaLoc()
5516 SourceLocation KLoc, SourceLocation CommaLoc, in OMPDistScheduleClause() argument
5522 KindLoc(KLoc), CommaLoc(CommaLoc), ChunkSize(ChunkSize) { in OMPDistScheduleClause()
5541 SourceLocation getCommaLoc() { return CommaLoc; } in getCommaLoc()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/Sema/
H A DDeclSpec.h1832 SourceLocation CommaLoc; variable
1931 CommaLoc = SourceLocation(); in clear()
2450 bool isFirstDeclarator() const { return !CommaLoc.isValid(); } in isFirstDeclarator()
2451 SourceLocation getCommaLoc() const { return CommaLoc; } in getCommaLoc()
2452 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } in setCommaLoc()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Sema/
H A DDeclSpec.h1819 SourceLocation CommaLoc; variable
1920 CommaLoc = SourceLocation(); in clear()
2439 bool isFirstDeclarator() const { return !CommaLoc.isValid(); } in isFirstDeclarator()
2440 SourceLocation getCommaLoc() const { return CommaLoc; } in getCommaLoc()
2441 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } in setCommaLoc()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DOpenMPClause.h1301 SourceLocation CommaLoc; variable
1360 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; } in setCommaLoc()
1384 SourceLocation KLoc, SourceLocation CommaLoc, in OMPScheduleClause() argument
1390 LParenLoc(LParenLoc), Kind(Kind), KindLoc(KLoc), CommaLoc(CommaLoc), in OMPScheduleClause()
1437 SourceLocation getCommaLoc() { return CommaLoc; } in getCommaLoc()
5563 SourceLocation CommaLoc; variable
5586 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; } in setCommaLoc()
5606 SourceLocation KLoc, SourceLocation CommaLoc, in OMPDistScheduleClause() argument
5612 KindLoc(KLoc), CommaLoc(CommaLoc), ChunkSize(ChunkSize) { in OMPDistScheduleClause()
5631 SourceLocation getCommaLoc() { return CommaLoc; } in getCommaLoc()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1301 SourceLocation CommaLoc; variable
1360 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; } in setCommaLoc()
1384 SourceLocation KLoc, SourceLocation CommaLoc, in OMPScheduleClause() argument
1390 LParenLoc(LParenLoc), Kind(Kind), KindLoc(KLoc), CommaLoc(CommaLoc), in OMPScheduleClause()
1437 SourceLocation getCommaLoc() { return CommaLoc; } in getCommaLoc()
5563 SourceLocation CommaLoc; variable
5586 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; } in setCommaLoc()
5606 SourceLocation KLoc, SourceLocation CommaLoc, in OMPDistScheduleClause() argument
5612 KindLoc(KLoc), CommaLoc(CommaLoc), ChunkSize(ChunkSize) { in OMPDistScheduleClause()
5631 SourceLocation getCommaLoc() { return CommaLoc; } in getCommaLoc()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Sema/
H A DDeclSpec.h1886 SourceLocation CommaLoc; variable
1989 CommaLoc = SourceLocation(); in clear()
2565 bool isFirstDeclarator() const { return !CommaLoc.isValid(); } in isFirstDeclarator()
2566 SourceLocation getCommaLoc() const { return CommaLoc; } in getCommaLoc()
2567 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } in setCommaLoc()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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()
/dports/devel/llvm12/llvm-project-12.0.1.src/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()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Sema/
H A DDeclSpec.h1870 SourceLocation CommaLoc; variable
1971 CommaLoc = SourceLocation(); in clear()
2536 bool isFirstDeclarator() const { return !CommaLoc.isValid(); } in isFirstDeclarator()
2537 SourceLocation getCommaLoc() const { return CommaLoc; } in getCommaLoc()
2538 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } in setCommaLoc()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Sema/
H A DDeclSpec.h1842 SourceLocation CommaLoc; variable
1941 CommaLoc = SourceLocation(); in clear()
2460 bool isFirstDeclarator() const { return !CommaLoc.isValid(); } in isFirstDeclarator()
2461 SourceLocation getCommaLoc() const { return CommaLoc; } in getCommaLoc()
2462 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } in setCommaLoc()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Sema/
H A DDeclSpec.h1877 SourceLocation CommaLoc; variable
1978 CommaLoc = SourceLocation(); in clear()
2543 bool isFirstDeclarator() const { return !CommaLoc.isValid(); } in isFirstDeclarator()
2544 SourceLocation getCommaLoc() const { return CommaLoc; } in getCommaLoc()
2545 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } in setCommaLoc()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Sema/
H A DDeclSpec.h1871 SourceLocation CommaLoc; variable
1972 CommaLoc = SourceLocation(); in clear()
2537 bool isFirstDeclarator() const { return !CommaLoc.isValid(); } in isFirstDeclarator()
2538 SourceLocation getCommaLoc() const { return CommaLoc; } in getCommaLoc()
2539 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } in setCommaLoc()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Sema/
H A DDeclSpec.h1884 SourceLocation CommaLoc; variable
1985 CommaLoc = SourceLocation(); in clear()
2561 bool isFirstDeclarator() const { return !CommaLoc.isValid(); } in isFirstDeclarator()
2562 SourceLocation getCommaLoc() const { return CommaLoc; } in getCommaLoc()
2563 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } in setCommaLoc()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1871 SourceLocation CommaLoc; variable
1972 CommaLoc = SourceLocation(); in clear()
2537 bool isFirstDeclarator() const { return !CommaLoc.isValid(); } in isFirstDeclarator()
2538 SourceLocation getCommaLoc() const { return CommaLoc; } in getCommaLoc()
2539 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } in setCommaLoc()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/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()
/dports/devel/llvm13/llvm-project-13.0.1.src/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()
/dports/lang/clang-mesa/clang-13.0.1.src/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()

12345