Home
last modified time | relevance | path

Searched refs:ThrowLoc (Results 1 – 25 of 127) sorted by relevance

123456

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Sema/
H A DInitialization.h322 static InitializedEntity InitializeException(SourceLocation ThrowLoc, in InitializeException() argument
324 return InitializedEntity(EK_Exception, ThrowLoc, Type); in InitializeException()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Sema/
H A DInitialization.h322 static InitializedEntity InitializeException(SourceLocation ThrowLoc, in InitializeException() argument
324 return InitializedEntity(EK_Exception, ThrowLoc, Type, NRVO); in InitializeException()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Sema/
H A DInitialization.h322 static InitializedEntity InitializeException(SourceLocation ThrowLoc, in InitializeException() argument
324 return InitializedEntity(EK_Exception, ThrowLoc, Type); in InitializeException()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Sema/
H A DInitialization.h324 static InitializedEntity InitializeException(SourceLocation ThrowLoc, in InitializeException() argument
326 return InitializedEntity(EK_Exception, ThrowLoc, Type, NRVO); in InitializeException()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Sema/
H A DInitialization.h307 static InitializedEntity InitializeException(SourceLocation ThrowLoc, in InitializeException() argument
309 return InitializedEntity(EK_Exception, ThrowLoc, Type, NRVO); in InitializeException()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Sema/
H A DInitialization.h307 static InitializedEntity InitializeException(SourceLocation ThrowLoc, in InitializeException() argument
309 return InitializedEntity(EK_Exception, ThrowLoc, Type, NRVO); in InitializeException()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Sema/
H A DInitialization.h307 static InitializedEntity InitializeException(SourceLocation ThrowLoc, in InitializeException() argument
309 return InitializedEntity(EK_Exception, ThrowLoc, Type, NRVO); in InitializeException()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Sema/
H A DInitialization.h307 static InitializedEntity InitializeException(SourceLocation ThrowLoc, in InitializeException() argument
309 return InitializedEntity(EK_Exception, ThrowLoc, Type, NRVO); in InitializeException()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Sema/
H A DInitialization.h322 static InitializedEntity InitializeException(SourceLocation ThrowLoc, in InitializeException() argument
324 return InitializedEntity(EK_Exception, ThrowLoc, Type); in InitializeException()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Sema/
H A DInitialization.h307 static InitializedEntity InitializeException(SourceLocation ThrowLoc, in InitializeException() argument
309 return InitializedEntity(EK_Exception, ThrowLoc, Type, NRVO); in InitializeException()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Sema/
H A DInitialization.h322 static InitializedEntity InitializeException(SourceLocation ThrowLoc, in InitializeException() argument
324 return InitializedEntity(EK_Exception, ThrowLoc, Type); in InitializeException()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/Sema/
H A DInitialization.h324 static InitializedEntity InitializeException(SourceLocation ThrowLoc, in InitializeException() argument
326 return InitializedEntity(EK_Exception, ThrowLoc, Type, NRVO); in InitializeException()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/Sema/
H A DInitialization.h322 static InitializedEntity InitializeException(SourceLocation ThrowLoc, in InitializeException() argument
324 return InitializedEntity(EK_Exception, ThrowLoc, Type); in InitializeException()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/Sema/
H A DInitialization.h308 static InitializedEntity InitializeException(SourceLocation ThrowLoc, in InitializeException() argument
310 return InitializedEntity(EK_Exception, ThrowLoc, Type, NRVO); in InitializeException()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Sema/
H A DInitialization.h308 static InitializedEntity InitializeException(SourceLocation ThrowLoc, in InitializeException() argument
310 return InitializedEntity(EK_Exception, ThrowLoc, Type, NRVO); in InitializeException()
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/Sema/
H A DInitialization.h322 static InitializedEntity InitializeException(SourceLocation ThrowLoc, in InitializeException() argument
324 return InitializedEntity(EK_Exception, ThrowLoc, Type); in InitializeException()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DExprCXX.h1032 SourceLocation ThrowLoc; variable
1046 Op(expr), ThrowLoc(l), in CXXThrowExpr()
1053 SourceLocation getThrowLoc() const { return ThrowLoc; } in getThrowLoc()
1063 SourceLocation getBeginLoc() const LLVM_READONLY { return ThrowLoc; } in getBeginLoc()
1068 return ThrowLoc; in getEndLoc()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Parse/
H A DParseExprCXX.cpp1595 SourceLocation ThrowLoc = ConsumeToken(); // Eat the throw token. in ParseThrowExpression() local
1607 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, nullptr); in ParseThrowExpression()
1612 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, Expr.get()); in ParseThrowExpression()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Parse/
H A DParseExprCXX.cpp1602 SourceLocation ThrowLoc = ConsumeToken(); // Eat the throw token. in ParseThrowExpression() local
1614 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, nullptr); in ParseThrowExpression()
1619 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, Expr.get()); in ParseThrowExpression()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaExprCXX.cpp932 bool Sema::CheckCXXThrowOperand(SourceLocation ThrowLoc, in CheckCXXThrowOperand() argument
943 if (RequireCompleteType(ThrowLoc, Ty, in CheckCXXThrowOperand()
950 Diag(ThrowLoc, diag::err_throw_sizeless) << Ty << E->getSourceRange(); in CheckCXXThrowOperand()
954 if (RequireNonAbstractType(ThrowLoc, ExceptionObjectTy, in CheckCXXThrowOperand()
966 MarkVTableUsed(ThrowLoc, RD); in CheckCXXThrowOperand()
1021 if (CheckCXXDefaultArgExpr(ThrowLoc, CD, CD->getParamDecl(I))) in CheckCXXThrowOperand()
1035 Diag(ThrowLoc, diag::warn_throw_underaligned_obj); in CheckCXXThrowOperand()
1036 Diag(ThrowLoc, diag::note_throw_underaligned_obj) in CheckCXXThrowOperand()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp932 bool Sema::CheckCXXThrowOperand(SourceLocation ThrowLoc, in CheckCXXThrowOperand() argument
943 if (RequireCompleteType(ThrowLoc, Ty, in CheckCXXThrowOperand()
950 Diag(ThrowLoc, diag::err_throw_sizeless) << Ty << E->getSourceRange(); in CheckCXXThrowOperand()
954 if (RequireNonAbstractType(ThrowLoc, ExceptionObjectTy, in CheckCXXThrowOperand()
966 MarkVTableUsed(ThrowLoc, RD); in CheckCXXThrowOperand()
1021 if (CheckCXXDefaultArgExpr(ThrowLoc, CD, CD->getParamDecl(I))) in CheckCXXThrowOperand()
1035 Diag(ThrowLoc, diag::warn_throw_underaligned_obj); in CheckCXXThrowOperand()
1036 Diag(ThrowLoc, diag::note_throw_underaligned_obj) in CheckCXXThrowOperand()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp854 bool Sema::CheckCXXThrowOperand(SourceLocation ThrowLoc, in CheckCXXThrowOperand() argument
865 if (RequireCompleteType(ThrowLoc, Ty, in CheckCXXThrowOperand()
871 if (RequireNonAbstractType(ThrowLoc, ExceptionObjectTy, in CheckCXXThrowOperand()
883 MarkVTableUsed(ThrowLoc, RD); in CheckCXXThrowOperand()
938 if (CheckCXXDefaultArgExpr(ThrowLoc, CD, CD->getParamDecl(I))) in CheckCXXThrowOperand()
952 Diag(ThrowLoc, diag::warn_throw_underaligned_obj); in CheckCXXThrowOperand()
953 Diag(ThrowLoc, diag::note_throw_underaligned_obj) in CheckCXXThrowOperand()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Parse/
H A DParseExprCXX.cpp1728 SourceLocation ThrowLoc = ConsumeToken(); // Eat the throw token. in ParseThrowExpression() local
1740 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, nullptr); in ParseThrowExpression()
1745 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, Expr.get()); in ParseThrowExpression()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaExprCXX.cpp962 bool Sema::CheckCXXThrowOperand(SourceLocation ThrowLoc, in CheckCXXThrowOperand() argument
973 if (RequireCompleteType(ThrowLoc, Ty, in CheckCXXThrowOperand()
980 Diag(ThrowLoc, diag::err_throw_sizeless) << Ty << E->getSourceRange(); in CheckCXXThrowOperand()
984 if (RequireNonAbstractType(ThrowLoc, ExceptionObjectTy, in CheckCXXThrowOperand()
996 MarkVTableUsed(ThrowLoc, RD); in CheckCXXThrowOperand()
1051 if (CheckCXXDefaultArgExpr(ThrowLoc, CD, CD->getParamDecl(I))) in CheckCXXThrowOperand()
1065 Diag(ThrowLoc, diag::warn_throw_underaligned_obj); in CheckCXXThrowOperand()
1066 Diag(ThrowLoc, diag::note_throw_underaligned_obj) in CheckCXXThrowOperand()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp945 bool Sema::CheckCXXThrowOperand(SourceLocation ThrowLoc, in CheckCXXThrowOperand() argument
956 if (RequireCompleteType(ThrowLoc, Ty, in CheckCXXThrowOperand()
963 Diag(ThrowLoc, diag::err_throw_sizeless) << Ty << E->getSourceRange(); in CheckCXXThrowOperand()
967 if (RequireNonAbstractType(ThrowLoc, ExceptionObjectTy, in CheckCXXThrowOperand()
979 MarkVTableUsed(ThrowLoc, RD); in CheckCXXThrowOperand()
1034 if (CheckCXXDefaultArgExpr(ThrowLoc, CD, CD->getParamDecl(I))) in CheckCXXThrowOperand()
1048 Diag(ThrowLoc, diag::warn_throw_underaligned_obj); in CheckCXXThrowOperand()
1049 Diag(ThrowLoc, diag::note_throw_underaligned_obj) in CheckCXXThrowOperand()

123456