Home
last modified time | relevance | path

Searched refs:WhileLoc (Results 1 – 25 of 81) sorted by relevance

1234

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DStmt.h1148 SourceLocation WhileLoc; variable
1183 SourceLocation getWhileLoc() const { return WhileLoc; } in getWhileLoc()
1184 void setWhileLoc(SourceLocation L) { WhileLoc = L; } in setWhileLoc()
1187 SourceLocation getBeginLoc() const LLVM_READONLY { return WhileLoc; } in getBeginLoc()
1209 SourceLocation WhileLoc; variable
1215 : Stmt(DoStmtClass), DoLoc(DL), WhileLoc(WL), RParenLoc(RP) { in DoStmt()
1232 SourceLocation getWhileLoc() const { return WhileLoc; } in getWhileLoc()
1233 void setWhileLoc(SourceLocation L) { WhileLoc = L; } in setWhileLoc()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Parse/
H A DParseStmt.cpp1563 SourceLocation WhileLoc = Tok.getLocation(); in ParseWhileStatement() local
1598 if (ParseParenExprOrCondition(nullptr, Cond, WhileLoc, in ParseWhileStatement()
1615 MisleadingIndentationChecker MIChecker(*this, MSK_while, WhileLoc); in ParseWhileStatement()
1629 return Actions.ActOnWhileStmt(WhileLoc, LParen, Cond, RParen, Body.get()); in ParseWhileStatement()
1675 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement() local
1700 return Actions.ActOnDoStmt(DoLoc, Body.get(), WhileLoc, T.getOpenLocation(), in ParseDoStatement()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Parse/
H A DParseStmt.cpp1563 SourceLocation WhileLoc = Tok.getLocation(); in ParseWhileStatement() local
1598 if (ParseParenExprOrCondition(nullptr, Cond, WhileLoc, in ParseWhileStatement()
1615 MisleadingIndentationChecker MIChecker(*this, MSK_while, WhileLoc); in ParseWhileStatement()
1629 return Actions.ActOnWhileStmt(WhileLoc, LParen, Cond, RParen, Body.get()); in ParseWhileStatement()
1675 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement() local
1700 return Actions.ActOnDoStmt(DoLoc, Body.get(), WhileLoc, T.getOpenLocation(), in ParseDoStatement()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Parse/
H A DParseStmt.cpp1540 SourceLocation WhileLoc = Tok.getLocation(); in ParseWhileStatement() local
1573 if (ParseParenExprOrCondition(nullptr, Cond, WhileLoc, in ParseWhileStatement()
1590 MisleadingIndentationChecker MIChecker(*this, MSK_while, WhileLoc); in ParseWhileStatement()
1604 return Actions.ActOnWhileStmt(WhileLoc, Cond, Body.get()); in ParseWhileStatement()
1650 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement() local
1675 return Actions.ActOnDoStmt(DoLoc, Body.get(), WhileLoc, T.getOpenLocation(), in ParseDoStatement()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1540 SourceLocation WhileLoc = Tok.getLocation(); in ParseWhileStatement() local
1573 if (ParseParenExprOrCondition(nullptr, Cond, WhileLoc, in ParseWhileStatement()
1590 MisleadingIndentationChecker MIChecker(*this, MSK_while, WhileLoc); in ParseWhileStatement()
1604 return Actions.ActOnWhileStmt(WhileLoc, Cond, Body.get()); in ParseWhileStatement()
1650 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement() local
1675 return Actions.ActOnDoStmt(DoLoc, Body.get(), WhileLoc, T.getOpenLocation(), in ParseDoStatement()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Parse/
H A DParseStmt.cpp1346 SourceLocation WhileLoc = Tok.getLocation(); in ParseWhileStatement() local
1379 if (ParseParenExprOrCondition(nullptr, Cond, WhileLoc, in ParseWhileStatement()
1406 return Actions.ActOnWhileStmt(WhileLoc, Cond, Body.get()); in ParseWhileStatement()
1452 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement() local
1477 return Actions.ActOnDoStmt(DoLoc, Body.get(), WhileLoc, T.getOpenLocation(), in ParseDoStatement()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Parse/
H A DParseStmt.cpp1654 SourceLocation WhileLoc = Tok.getLocation(); in ParseWhileStatement() local
1689 if (ParseParenExprOrCondition(nullptr, Cond, WhileLoc, in ParseWhileStatement()
1706 MisleadingIndentationChecker MIChecker(*this, MSK_while, WhileLoc); in ParseWhileStatement()
1720 return Actions.ActOnWhileStmt(WhileLoc, LParen, Cond, RParen, Body.get()); in ParseWhileStatement()
1766 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement() local
1791 return Actions.ActOnDoStmt(DoLoc, Body.get(), WhileLoc, T.getOpenLocation(), in ParseDoStatement()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Parse/
H A DParseStmt.cpp1586 SourceLocation WhileLoc = Tok.getLocation(); in ParseWhileStatement() local
1621 if (ParseParenExprOrCondition(nullptr, Cond, WhileLoc, in ParseWhileStatement()
1638 MisleadingIndentationChecker MIChecker(*this, MSK_while, WhileLoc); in ParseWhileStatement()
1652 return Actions.ActOnWhileStmt(WhileLoc, LParen, Cond, RParen, Body.get()); in ParseWhileStatement()
1698 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement() local
1723 return Actions.ActOnDoStmt(DoLoc, Body.get(), WhileLoc, T.getOpenLocation(), in ParseDoStatement()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Parse/
H A DParseStmt.cpp1586 SourceLocation WhileLoc = Tok.getLocation(); in ParseWhileStatement() local
1621 if (ParseParenExprOrCondition(nullptr, Cond, WhileLoc, in ParseWhileStatement()
1638 MisleadingIndentationChecker MIChecker(*this, MSK_while, WhileLoc); in ParseWhileStatement()
1652 return Actions.ActOnWhileStmt(WhileLoc, LParen, Cond, RParen, Body.get()); in ParseWhileStatement()
1698 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement() local
1723 return Actions.ActOnDoStmt(DoLoc, Body.get(), WhileLoc, T.getOpenLocation(), in ParseDoStatement()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Parse/
H A DParseStmt.cpp1594 SourceLocation WhileLoc = Tok.getLocation(); in ParseWhileStatement() local
1629 if (ParseParenExprOrCondition(nullptr, Cond, WhileLoc, in ParseWhileStatement()
1646 MisleadingIndentationChecker MIChecker(*this, MSK_while, WhileLoc); in ParseWhileStatement()
1660 return Actions.ActOnWhileStmt(WhileLoc, LParen, Cond, RParen, Body.get()); in ParseWhileStatement()
1706 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement() local
1731 return Actions.ActOnDoStmt(DoLoc, Body.get(), WhileLoc, T.getOpenLocation(), in ParseDoStatement()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Parse/
H A DParseStmt.cpp1594 SourceLocation WhileLoc = Tok.getLocation(); in ParseWhileStatement() local
1629 if (ParseParenExprOrCondition(nullptr, Cond, WhileLoc, in ParseWhileStatement()
1646 MisleadingIndentationChecker MIChecker(*this, MSK_while, WhileLoc); in ParseWhileStatement()
1660 return Actions.ActOnWhileStmt(WhileLoc, LParen, Cond, RParen, Body.get()); in ParseWhileStatement()
1706 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement() local
1731 return Actions.ActOnDoStmt(DoLoc, Body.get(), WhileLoc, T.getOpenLocation(), in ParseDoStatement()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1594 SourceLocation WhileLoc = Tok.getLocation(); in ParseWhileStatement() local
1629 if (ParseParenExprOrCondition(nullptr, Cond, WhileLoc, in ParseWhileStatement()
1646 MisleadingIndentationChecker MIChecker(*this, MSK_while, WhileLoc); in ParseWhileStatement()
1660 return Actions.ActOnWhileStmt(WhileLoc, LParen, Cond, RParen, Body.get()); in ParseWhileStatement()
1706 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement() local
1731 return Actions.ActOnDoStmt(DoLoc, Body.get(), WhileLoc, T.getOpenLocation(), in ParseDoStatement()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Parse/
H A DParseStmt.cpp1586 SourceLocation WhileLoc = Tok.getLocation(); in ParseWhileStatement() local
1621 if (ParseParenExprOrCondition(nullptr, Cond, WhileLoc, in ParseWhileStatement()
1638 MisleadingIndentationChecker MIChecker(*this, MSK_while, WhileLoc); in ParseWhileStatement()
1652 return Actions.ActOnWhileStmt(WhileLoc, LParen, Cond, RParen, Body.get()); in ParseWhileStatement()
1698 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement() local
1723 return Actions.ActOnDoStmt(DoLoc, Body.get(), WhileLoc, T.getOpenLocation(), in ParseDoStatement()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Parse/
H A DParseStmt.cpp1594 SourceLocation WhileLoc = Tok.getLocation(); in ParseWhileStatement() local
1629 if (ParseParenExprOrCondition(nullptr, Cond, WhileLoc, in ParseWhileStatement()
1646 MisleadingIndentationChecker MIChecker(*this, MSK_while, WhileLoc); in ParseWhileStatement()
1660 return Actions.ActOnWhileStmt(WhileLoc, LParen, Cond, RParen, Body.get()); in ParseWhileStatement()
1706 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement() local
1731 return Actions.ActOnDoStmt(DoLoc, Body.get(), WhileLoc, T.getOpenLocation(), in ParseDoStatement()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Parse/
H A DParseStmt.cpp1594 SourceLocation WhileLoc = Tok.getLocation(); in ParseWhileStatement() local
1629 if (ParseParenExprOrCondition(nullptr, Cond, WhileLoc, in ParseWhileStatement()
1646 MisleadingIndentationChecker MIChecker(*this, MSK_while, WhileLoc); in ParseWhileStatement()
1660 return Actions.ActOnWhileStmt(WhileLoc, LParen, Cond, RParen, Body.get()); in ParseWhileStatement()
1706 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement() local
1731 return Actions.ActOnDoStmt(DoLoc, Body.get(), WhileLoc, T.getOpenLocation(), in ParseDoStatement()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DStmt.h213 SourceLocation WhileLoc; in alignas() local
2301 SourceLocation getWhileLoc() const { return WhileStmtBits.WhileLoc; } in getWhileLoc()
2302 void setWhileLoc(SourceLocation L) { WhileStmtBits.WhileLoc = L; } in setWhileLoc()
2331 SourceLocation WhileLoc; variable
2337 : Stmt(DoStmtClass), WhileLoc(WL), RParenLoc(RP) { in DoStmt()
2359 SourceLocation getWhileLoc() const { return WhileLoc; } in getWhileLoc()
2360 void setWhileLoc(SourceLocation L) { WhileLoc = L; } in setWhileLoc()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DStmt.h213 SourceLocation WhileLoc; in alignas() local
2342 SourceLocation getWhileLoc() const { return WhileStmtBits.WhileLoc; } in getWhileLoc()
2343 void setWhileLoc(SourceLocation L) { WhileStmtBits.WhileLoc = L; } in setWhileLoc()
2372 SourceLocation WhileLoc; variable
2378 : Stmt(DoStmtClass), WhileLoc(WL), RParenLoc(RP) { in DoStmt()
2400 SourceLocation getWhileLoc() const { return WhileLoc; } in getWhileLoc()
2401 void setWhileLoc(SourceLocation L) { WhileLoc = L; } in setWhileLoc()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DStmt.h213 SourceLocation WhileLoc; in alignas() local
2342 SourceLocation getWhileLoc() const { return WhileStmtBits.WhileLoc; } in getWhileLoc()
2343 void setWhileLoc(SourceLocation L) { WhileStmtBits.WhileLoc = L; } in setWhileLoc()
2372 SourceLocation WhileLoc; variable
2378 : Stmt(DoStmtClass), WhileLoc(WL), RParenLoc(RP) { in DoStmt()
2400 SourceLocation getWhileLoc() const { return WhileLoc; } in getWhileLoc()
2401 void setWhileLoc(SourceLocation L) { WhileLoc = L; } in setWhileLoc()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DStmt.h205 SourceLocation WhileLoc; in alignas() local
2164 SourceLocation getWhileLoc() const { return WhileStmtBits.WhileLoc; } in getWhileLoc()
2165 void setWhileLoc(SourceLocation L) { WhileStmtBits.WhileLoc = L; } in setWhileLoc()
2188 SourceLocation WhileLoc; variable
2194 : Stmt(DoStmtClass), WhileLoc(WL), RParenLoc(RP) { in DoStmt()
2216 SourceLocation getWhileLoc() const { return WhileLoc; } in getWhileLoc()
2217 void setWhileLoc(SourceLocation L) { WhileLoc = L; } in setWhileLoc()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Parse/
H A DParseStmt.cpp1421 SourceLocation WhileLoc = Tok.getLocation(); in ParseWhileStatement() local
1454 if (ParseParenExprOrCondition(nullptr, Cond, WhileLoc, in ParseWhileStatement()
1481 return Actions.ActOnWhileStmt(WhileLoc, Cond, Body.get()); in ParseWhileStatement()
1527 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement() local
1552 return Actions.ActOnDoStmt(DoLoc, Body.get(), WhileLoc, T.getOpenLocation(), in ParseDoStatement()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Parse/
H A DParseStmt.cpp1385 SourceLocation WhileLoc = Tok.getLocation(); in ParseWhileStatement() local
1418 if (ParseParenExprOrCondition(nullptr, Cond, WhileLoc, in ParseWhileStatement()
1445 return Actions.ActOnWhileStmt(WhileLoc, Cond, Body.get()); in ParseWhileStatement()
1491 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement() local
1516 return Actions.ActOnDoStmt(DoLoc, Body.get(), WhileLoc, T.getOpenLocation(), in ParseDoStatement()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DStmt.h210 SourceLocation WhileLoc; in alignas() local
2446 SourceLocation getWhileLoc() const { return WhileStmtBits.WhileLoc; } in getWhileLoc()
2447 void setWhileLoc(SourceLocation L) { WhileStmtBits.WhileLoc = L; } in setWhileLoc()
2481 SourceLocation WhileLoc; variable
2487 : Stmt(DoStmtClass), WhileLoc(WL), RParenLoc(RP) { in DoStmt()
2509 SourceLocation getWhileLoc() const { return WhileLoc; } in getWhileLoc()
2510 void setWhileLoc(SourceLocation L) { WhileLoc = L; } in setWhileLoc()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DStmt.h209 SourceLocation WhileLoc; in alignas() local
2413 SourceLocation getWhileLoc() const { return WhileStmtBits.WhileLoc; } in getWhileLoc()
2414 void setWhileLoc(SourceLocation L) { WhileStmtBits.WhileLoc = L; } in setWhileLoc()
2448 SourceLocation WhileLoc; variable
2454 : Stmt(DoStmtClass), WhileLoc(WL), RParenLoc(RP) { in DoStmt()
2476 SourceLocation getWhileLoc() const { return WhileLoc; } in getWhileLoc()
2477 void setWhileLoc(SourceLocation L) { WhileLoc = L; } in setWhileLoc()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DStmt.h209 SourceLocation WhileLoc; in alignas() local
2363 SourceLocation getWhileLoc() const { return WhileStmtBits.WhileLoc; } in getWhileLoc()
2364 void setWhileLoc(SourceLocation L) { WhileStmtBits.WhileLoc = L; } in setWhileLoc()
2398 SourceLocation WhileLoc; variable
2404 : Stmt(DoStmtClass), WhileLoc(WL), RParenLoc(RP) { in DoStmt()
2426 SourceLocation getWhileLoc() const { return WhileLoc; } in getWhileLoc()
2427 void setWhileLoc(SourceLocation L) { WhileLoc = L; } in setWhileLoc()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DStmt.h209 SourceLocation WhileLoc; in alignas() local
2364 SourceLocation getWhileLoc() const { return WhileStmtBits.WhileLoc; } in getWhileLoc()
2365 void setWhileLoc(SourceLocation L) { WhileStmtBits.WhileLoc = L; } in setWhileLoc()
2399 SourceLocation WhileLoc; variable
2405 : Stmt(DoStmtClass), WhileLoc(WL), RParenLoc(RP) { in DoStmt()
2427 SourceLocation getWhileLoc() const { return WhileLoc; } in getWhileLoc()
2428 void setWhileLoc(SourceLocation L) { WhileLoc = L; } in setWhileLoc()

1234