Searched refs:kw_catch (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/AsmParser/
H A DLLToken.h133 kw_landingpad, kw_personality, kw_cleanup, kw_catch, kw_filter, enumerator in enum:llvm::lltok::Kind
H A DLLParser.cpp3573 while (Lex.getKind() == lltok::kw_catch || Lex.getKind() == lltok::kw_filter){
3575 if (EatIfPresent(lltok::kw_catch))
/external/clang/lib/Parse/
H A DParseStmt.cpp2067 if (Tok.isNot(tok::kw_catch))
2069 while (Tok.is(tok::kw_catch)) {
2095 assert(Tok.is(tok::kw_catch) && "Expected 'catch'");
H A DParseCXXInlineMethods.cpp165 while (Tok.is(tok::kw_catch)) {
H A DParseTemplate.cpp1365 while (Tok.is(tok::kw_catch)) {
H A DParseObjc.cpp707 case tok::kw_catch:
1955 while (Tok.is(tok::kw_catch)) {

Completed in 101 milliseconds