Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp2331 bool IsTryCatch = Tok.is(tok::kw_try); in trySkippingFunctionBody() local
2349 while (IsTryCatch && Tok.is(tok::kw_catch)) { in trySkippingFunctionBody()