Searched refs:ThrowLoc (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Initialization.h | 322 static InitializedEntity InitializeException(SourceLocation ThrowLoc, in InitializeException() argument 324 return InitializedEntity(EK_Exception, ThrowLoc, Type, NRVO); in InitializeException()
|
| H A D | Sema.h | 6188 bool CheckCXXThrowOperand(SourceLocation ThrowLoc, QualType ThrowTy, Expr *E);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 945 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()
|
| H A D | TreeTransform.h | 3044 ExprResult RebuildCXXThrowExpr(SourceLocation ThrowLoc, Expr *Sub, in RebuildCXXThrowExpr() argument 3046 return getSema().BuildCXXThrow(ThrowLoc, Sub, IsThrownVariableInScope); in RebuildCXXThrowExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 1789 SourceLocation ThrowLoc = ConsumeToken(); // Eat the throw token. in ParseThrowExpression() local 1801 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, nullptr); in ParseThrowExpression() 1806 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, Expr.get()); in ParseThrowExpression()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 1195 CXXThrowExprBits.ThrowLoc = Loc; in CXXThrowExpr() 1204 SourceLocation getThrowLoc() const { return CXXThrowExprBits.ThrowLoc; } in getThrowLoc()
|
| H A D | Stmt.h | 677 SourceLocation ThrowLoc; variable
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1825 E->CXXThrowExprBits.ThrowLoc = readSourceLocation(); in VisitCXXThrowExpr()
|