Searched defs:ThrowLoc (Results 1 – 5 of 5) sorted by relevance
252 static InitializedEntity InitializeException(SourceLocation ThrowLoc, in InitializeException()
1542 SourceLocation ThrowLoc = ConsumeToken(); // Eat the throw token. in ParseThrowExpression() local
736 bool Sema::CheckCXXThrowOperand(SourceLocation ThrowLoc, in CheckCXXThrowOperand()
2470 ExprResult RebuildCXXThrowExpr(SourceLocation ThrowLoc, Expr *Sub, in RebuildCXXThrowExpr()
881 SourceLocation ThrowLoc; variable