Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DInitialization.h327 static InitializedEntity InitializeException(SourceLocation ThrowLoc, in InitializeException()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseExprCXX.cpp1845 SourceLocation ThrowLoc = ConsumeToken(); // Eat the throw token. in ParseThrowExpression() local
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmt.h685 SourceLocation ThrowLoc; in alignas() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp968 bool Sema::CheckCXXThrowOperand(SourceLocation ThrowLoc, in CheckCXXThrowOperand()
H A DTreeTransform.h3221 ExprResult RebuildCXXThrowExpr(SourceLocation ThrowLoc, Expr *Sub, in RebuildCXXThrowExpr()