Home
last modified time | relevance | path

Searched refs:IsTryCatch (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Parse/
DParseStmt.cpp2011 bool IsTryCatch = Tok.is(tok::kw_try); in trySkippingFunctionBody() local
2029 while (IsTryCatch && Tok.is(tok::kw_catch)) { in trySkippingFunctionBody()