Home
last modified time | relevance | path

Searched refs:startCollectionBuf (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1529 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local
1530 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()
1531 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()
1532 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()
1534 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()
1535 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()
1536 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()
1537 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()
1538 startCollectionBuf++; in RewriteObjCForCollectionStmt()
1539 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()
[all …]
H A DRewriteModernObjC.cpp1736 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local
1737 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()
1738 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()
1739 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()
1741 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()
1742 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()
1743 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()
1744 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()
1745 startCollectionBuf++; in RewriteObjCForCollectionStmt()
1746 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1529 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local
1530 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()
1531 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()
1532 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()
1534 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()
1535 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()
1536 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()
1537 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()
1538 startCollectionBuf++; in RewriteObjCForCollectionStmt()
1539 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()
[all …]
H A DRewriteModernObjC.cpp1736 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local
1737 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()
1738 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()
1739 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()
1741 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()
1742 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()
1743 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()
1744 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()
1745 startCollectionBuf++; in RewriteObjCForCollectionStmt()
1746 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1529 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local
1530 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()
1531 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()
1532 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()
1534 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()
1535 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()
1536 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()
1537 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()
1538 startCollectionBuf++; in RewriteObjCForCollectionStmt()
1539 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()
[all …]
H A DRewriteModernObjC.cpp1736 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local
1737 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()
1738 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()
1739 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()
1741 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()
1742 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()
1743 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()
1744 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()
1745 startCollectionBuf++; in RewriteObjCForCollectionStmt()
1746 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1528 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local
1529 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()
1530 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()
1531 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()
1533 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()
1534 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()
1535 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()
1536 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()
1537 startCollectionBuf++; in RewriteObjCForCollectionStmt()
1538 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()
[all …]
H A DRewriteModernObjC.cpp1735 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local
1736 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()
1737 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()
1738 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()
1740 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()
1741 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()
1742 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()
1743 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()
1744 startCollectionBuf++; in RewriteObjCForCollectionStmt()
1745 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1528 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local
1529 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()
1530 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()
1531 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()
1533 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()
1534 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()
1535 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()
1536 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()
1537 startCollectionBuf++; in RewriteObjCForCollectionStmt()
1538 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()
[all …]
H A DRewriteModernObjC.cpp1735 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local
1736 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()
1737 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()
1738 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()
1740 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()
1741 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()
1742 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()
1743 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()
1744 startCollectionBuf++; in RewriteObjCForCollectionStmt()
1745 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1527 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local
1528 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()
1529 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()
1530 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()
1532 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()
1533 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()
1534 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()
1535 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()
1536 startCollectionBuf++; in RewriteObjCForCollectionStmt()
1537 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()
[all …]
H A DRewriteModernObjC.cpp1734 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local
1735 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()
1736 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()
1737 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()
1739 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()
1740 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()
1741 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()
1742 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()
1743 startCollectionBuf++; in RewriteObjCForCollectionStmt()
1744 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1527 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local
1528 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()
1529 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()
1530 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()
1532 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()
1533 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()
1534 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()
1535 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()
1536 startCollectionBuf++; in RewriteObjCForCollectionStmt()
1537 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()
[all …]
H A DRewriteModernObjC.cpp1734 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local
1735 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()
1736 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()
1737 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()
1739 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()
1740 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()
1741 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()
1742 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()
1743 startCollectionBuf++; in RewriteObjCForCollectionStmt()
1744 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1529 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local
1530 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()
1531 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()
1532 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()
1534 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()
1535 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()
1536 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()
1537 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()
1538 startCollectionBuf++; in RewriteObjCForCollectionStmt()
1539 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()
[all …]
H A DRewriteModernObjC.cpp1736 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local
1737 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()
1738 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()
1739 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()
1741 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()
1742 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()
1743 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()
1744 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()
1745 startCollectionBuf++; in RewriteObjCForCollectionStmt()
1746 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1529 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local
1530 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()
1531 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()
1532 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()
1534 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()
1535 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()
1536 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()
1537 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()
1538 startCollectionBuf++; in RewriteObjCForCollectionStmt()
1539 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()
[all …]
H A DRewriteModernObjC.cpp1736 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local
1737 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()
1738 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()
1739 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()
1741 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()
1742 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()
1743 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()
1744 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()
1745 startCollectionBuf++; in RewriteObjCForCollectionStmt()
1746 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1520 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local
1521 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()
1522 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()
1523 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()
1525 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()
1526 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()
1527 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()
1528 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()
1529 startCollectionBuf++; in RewriteObjCForCollectionStmt()
1530 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1529 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local
1530 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()
1531 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()
1532 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()
1534 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()
1535 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()
1536 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()
1537 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()
1538 startCollectionBuf++; in RewriteObjCForCollectionStmt()
1539 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1529 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local
1530 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()
1531 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()
1532 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()
1534 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()
1535 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()
1536 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()
1537 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()
1538 startCollectionBuf++; in RewriteObjCForCollectionStmt()
1539 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1529 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local
1530 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()
1531 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()
1532 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()
1534 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()
1535 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()
1536 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()
1537 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()
1538 startCollectionBuf++; in RewriteObjCForCollectionStmt()
1539 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1521 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local
1522 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()
1523 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()
1524 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()
1526 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()
1527 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()
1528 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()
1529 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()
1530 startCollectionBuf++; in RewriteObjCForCollectionStmt()
1531 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1521 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local
1522 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()
1523 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()
1524 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()
1526 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()
1527 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()
1528 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()
1529 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()
1530 startCollectionBuf++; in RewriteObjCForCollectionStmt()
1531 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1529 const char *startCollectionBuf = startBuf; in RewriteObjCForCollectionStmt() local
1530 startCollectionBuf += 3; // skip 'for' in RewriteObjCForCollectionStmt()
1531 startCollectionBuf = strchr(startCollectionBuf, '('); in RewriteObjCForCollectionStmt()
1532 startCollectionBuf++; // skip '(' in RewriteObjCForCollectionStmt()
1534 while (*startCollectionBuf != ' ' || in RewriteObjCForCollectionStmt()
1535 *(startCollectionBuf+1) != 'i' || *(startCollectionBuf+2) != 'n' || in RewriteObjCForCollectionStmt()
1536 (*(startCollectionBuf+3) != ' ' && in RewriteObjCForCollectionStmt()
1537 *(startCollectionBuf+3) != '[' && *(startCollectionBuf+3) != '(')) in RewriteObjCForCollectionStmt()
1538 startCollectionBuf++; in RewriteObjCForCollectionStmt()
1539 startCollectionBuf += 3; in RewriteObjCForCollectionStmt()
[all …]

12