Searched defs:ThrowLoc (Results 1 – 5 of 5) sorted by relevance
216 static InitializedEntity InitializeException(SourceLocation ThrowLoc, in InitializeException()
1181 SourceLocation ThrowLoc = ConsumeToken(); // Eat the throw token. in ParseThrowExpression() local
560 ExprResult Sema::CheckCXXThrowOperand(SourceLocation ThrowLoc, Expr *E, in CheckCXXThrowOperand()
1949 ExprResult RebuildCXXThrowExpr(SourceLocation ThrowLoc, Expr *Sub, in RebuildCXXThrowExpr()
652 SourceLocation ThrowLoc; variable