Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp2512 bool IsTryCatch = Tok.is(tok::kw_try); in trySkippingFunctionBody() local
2530 while (IsTryCatch && Tok.is(tok::kw_catch)) { in trySkippingFunctionBody()