Home
last modified time | relevance | path

Searched defs:ThrowLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDInitialization.h307 static InitializedEntity InitializeException(SourceLocation ThrowLoc, in InitializeException()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseExprCXX.cpp1790 SourceLocation ThrowLoc = ConsumeToken(); // Eat the throw token. in ParseThrowExpression() local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h671 SourceLocation ThrowLoc; in alignas() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprCXX.cpp863 bool Sema::CheckCXXThrowOperand(SourceLocation ThrowLoc, in CheckCXXThrowOperand()
HDTreeTransform.h2780 ExprResult RebuildCXXThrowExpr(SourceLocation ThrowLoc, Expr *Sub, in RebuildCXXThrowExpr()