Parse/Parser.h has some TryParse* functions for tentative parsing that are implemented in Parse/ParseTentative.cpp, but grepping the code turns up no calls to them outside of ParseTentative.cpp. Are these functions unused, or did I miss something? - John