Home
last modified time | relevance | path

Searched refs:KeywordLoc (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DStmtCXX.h242 SourceLocation KeywordLoc; variable
252 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt() argument
257 KeywordLoc(KeywordLoc), IsIfExists(IsIfExists), in MSDependentExistsStmt()
263 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
285 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc()
H A DExprCXX.h4339 SourceLocation KeywordLoc; variable
4354 KeywordLoc(KeywordLoc), OpaqueValue(OpaqueValue) { in CoroutineSuspendExpr()
4361 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, QualType Ty, in CoroutineSuspendExpr() argument
4365 KeywordLoc(KeywordLoc) { in CoroutineSuspendExpr()
4381 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
4402 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc()
4458 SourceLocation KeywordLoc; variable
4462 DependentCoawaitExpr(SourceLocation KeywordLoc, QualType Ty, Expr *Op, in DependentCoawaitExpr() argument
4468 KeywordLoc(KeywordLoc) { in DependentCoawaitExpr()
4486 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DStmtCXX.h253 SourceLocation KeywordLoc; variable
263 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt() argument
268 KeywordLoc(KeywordLoc), IsIfExists(IsIfExists), in MSDependentExistsStmt()
274 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
296 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc()
H A DExprCXX.h4682 SourceLocation KeywordLoc; variable
4695 KeywordLoc(KeywordLoc), OpaqueValue(OpaqueValue) { in CoroutineSuspendExpr()
4703 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, QualType Ty, in CoroutineSuspendExpr() argument
4705 : Expr(SC, Ty, VK_PRValue, OK_Ordinary), KeywordLoc(KeywordLoc) { in CoroutineSuspendExpr()
4722 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
4743 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc()
4803 SourceLocation KeywordLoc; variable
4807 DependentCoawaitExpr(SourceLocation KeywordLoc, QualType Ty, Expr *Op, in DependentCoawaitExpr() argument
4810 KeywordLoc(KeywordLoc) { in DependentCoawaitExpr()
4829 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DStmtCXX.h253 SourceLocation KeywordLoc; variable
263 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt() argument
268 KeywordLoc(KeywordLoc), IsIfExists(IsIfExists), in MSDependentExistsStmt()
274 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
296 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc()
H A DExprCXX.h4684 SourceLocation KeywordLoc; variable
4697 KeywordLoc(KeywordLoc), OpaqueValue(OpaqueValue) { in CoroutineSuspendExpr()
4705 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, QualType Ty, in CoroutineSuspendExpr() argument
4707 : Expr(SC, Ty, VK_RValue, OK_Ordinary), KeywordLoc(KeywordLoc) { in CoroutineSuspendExpr()
4724 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
4745 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc()
4805 SourceLocation KeywordLoc; variable
4809 DependentCoawaitExpr(SourceLocation KeywordLoc, QualType Ty, Expr *Op, in DependentCoawaitExpr() argument
4812 KeywordLoc(KeywordLoc) { in DependentCoawaitExpr()
4831 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DStmtCXX.h253 SourceLocation KeywordLoc; variable
263 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt() argument
268 KeywordLoc(KeywordLoc), IsIfExists(IsIfExists), in MSDependentExistsStmt()
274 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
296 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc()
H A DExprCXX.h4601 SourceLocation KeywordLoc; variable
4614 KeywordLoc(KeywordLoc), OpaqueValue(OpaqueValue) { in CoroutineSuspendExpr()
4622 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, QualType Ty, in CoroutineSuspendExpr() argument
4624 : Expr(SC, Ty, VK_RValue, OK_Ordinary), KeywordLoc(KeywordLoc) { in CoroutineSuspendExpr()
4641 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
4662 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc()
4722 SourceLocation KeywordLoc; variable
4726 DependentCoawaitExpr(SourceLocation KeywordLoc, QualType Ty, Expr *Op, in DependentCoawaitExpr() argument
4729 KeywordLoc(KeywordLoc) { in DependentCoawaitExpr()
4748 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DStmtCXX.h253 SourceLocation KeywordLoc; variable
263 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt() argument
268 KeywordLoc(KeywordLoc), IsIfExists(IsIfExists), in MSDependentExistsStmt()
274 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
296 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc()
H A DExprCXX.h4530 SourceLocation KeywordLoc; variable
4545 KeywordLoc(KeywordLoc), OpaqueValue(OpaqueValue) { in CoroutineSuspendExpr()
4552 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, QualType Ty, in CoroutineSuspendExpr() argument
4556 KeywordLoc(KeywordLoc) { in CoroutineSuspendExpr()
4572 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
4593 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc()
4653 SourceLocation KeywordLoc; variable
4657 DependentCoawaitExpr(SourceLocation KeywordLoc, QualType Ty, Expr *Op, in DependentCoawaitExpr() argument
4663 KeywordLoc(KeywordLoc) { in DependentCoawaitExpr()
4681 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DStmtCXX.h253 SourceLocation KeywordLoc; variable
263 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt() argument
268 KeywordLoc(KeywordLoc), IsIfExists(IsIfExists), in MSDependentExistsStmt()
274 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
296 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc()
H A DExprCXX.h4605 SourceLocation KeywordLoc; variable
4618 KeywordLoc(KeywordLoc), OpaqueValue(OpaqueValue) { in CoroutineSuspendExpr()
4626 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, QualType Ty, in CoroutineSuspendExpr() argument
4628 : Expr(SC, Ty, VK_RValue, OK_Ordinary), KeywordLoc(KeywordLoc) { in CoroutineSuspendExpr()
4645 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
4666 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc()
4726 SourceLocation KeywordLoc; variable
4730 DependentCoawaitExpr(SourceLocation KeywordLoc, QualType Ty, Expr *Op, in DependentCoawaitExpr() argument
4733 KeywordLoc(KeywordLoc) { in DependentCoawaitExpr()
4752 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DStmtCXX.h253 SourceLocation KeywordLoc; variable
263 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt() argument
268 KeywordLoc(KeywordLoc), IsIfExists(IsIfExists), in MSDependentExistsStmt()
274 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
296 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc()
H A DExprCXX.h4615 SourceLocation KeywordLoc; variable
4630 KeywordLoc(KeywordLoc), OpaqueValue(OpaqueValue) { in CoroutineSuspendExpr()
4637 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, QualType Ty, in CoroutineSuspendExpr() argument
4641 KeywordLoc(KeywordLoc) { in CoroutineSuspendExpr()
4657 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
4678 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc()
4738 SourceLocation KeywordLoc; variable
4742 DependentCoawaitExpr(SourceLocation KeywordLoc, QualType Ty, Expr *Op, in DependentCoawaitExpr() argument
4748 KeywordLoc(KeywordLoc) { in DependentCoawaitExpr()
4766 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DStmtCXX.h253 SourceLocation KeywordLoc; variable
263 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt() argument
268 KeywordLoc(KeywordLoc), IsIfExists(IsIfExists), in MSDependentExistsStmt()
274 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
296 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DStmtCXX.h253 SourceLocation KeywordLoc; variable
263 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt() argument
268 KeywordLoc(KeywordLoc), IsIfExists(IsIfExists), in MSDependentExistsStmt()
274 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
296 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DStmtCXX.h253 SourceLocation KeywordLoc; variable
263 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt() argument
268 KeywordLoc(KeywordLoc), IsIfExists(IsIfExists), in MSDependentExistsStmt()
274 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
296 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h253 SourceLocation KeywordLoc; variable
263 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt() argument
268 KeywordLoc(KeywordLoc), IsIfExists(IsIfExists), in MSDependentExistsStmt()
274 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
296 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h253 SourceLocation KeywordLoc; variable
263 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt() argument
268 KeywordLoc(KeywordLoc), IsIfExists(IsIfExists), in MSDependentExistsStmt()
274 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
296 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DStmtCXX.h253 SourceLocation KeywordLoc; variable
263 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt() argument
268 KeywordLoc(KeywordLoc), IsIfExists(IsIfExists), in MSDependentExistsStmt()
274 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
296 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DStmtCXX.h253 SourceLocation KeywordLoc; variable
263 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt() argument
268 KeywordLoc(KeywordLoc), IsIfExists(IsIfExists), in MSDependentExistsStmt()
274 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
296 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DStmtCXX.h245 SourceLocation KeywordLoc;
255 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists,
260 KeywordLoc(KeywordLoc), IsIfExists(IsIfExists),
266 SourceLocation getKeywordLoc() const { return KeywordLoc; }
289 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; }
H A DStmt.h729 SourceLocation KeywordLoc; variable
733 : Stmt(SC), KeywordLoc(KWLoc), ColonLoc(ColonLoc) {} in SwitchCase()
744 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
745 void setKeywordLoc(SourceLocation L) { KeywordLoc = L; } in setKeywordLoc()
755 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc()
784 SourceLocation getCaseLoc() const { return KeywordLoc; } in getCaseLoc()
785 void setCaseLoc(SourceLocation L) { KeywordLoc = L; } in setCaseLoc()
810 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc()
847 SourceLocation getDefaultLoc() const { return KeywordLoc; } in getDefaultLoc()
848 void setDefaultLoc(SourceLocation L) { KeywordLoc = L; } in setDefaultLoc()
[all …]
H A DExprCXX.h4337 SourceLocation KeywordLoc; variable
4352 KeywordLoc(KeywordLoc), OpaqueValue(OpaqueValue) { in CoroutineSuspendExpr()
4359 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, QualType Ty, in CoroutineSuspendExpr() argument
4363 KeywordLoc(KeywordLoc) { in CoroutineSuspendExpr()
4379 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
4401 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc()
4458 SourceLocation KeywordLoc; variable
4462 DependentCoawaitExpr(SourceLocation KeywordLoc, QualType Ty, Expr *Op, in DependentCoawaitExpr() argument
4468 KeywordLoc(KeywordLoc) { in DependentCoawaitExpr()
4486 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DStmtCXX.h253 SourceLocation KeywordLoc; variable
263 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt() argument
268 KeywordLoc(KeywordLoc), IsIfExists(IsIfExists), in MSDependentExistsStmt()
274 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc()
296 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc()

12345678910>>...13