Searched defs:CATCH (Results 1 – 15 of 15) sorted by relevance
14 #define CATCH(x) catch (x) macro18 CATCH(...) {} // CHECK: [[@LINE]]:12 -> [[@LINE]]:14 = #2 in CATCH() function
32 enum EHInstKind { TRY, CATCH, END_TRY }; enumerator
43 void CATCH(); function
12 message CATCH {} message
13 CATCH = 7; enumerator
12 enum CATCH { ZERO8 = 0; } enum
25 int CATCH = 305; field
88 CATCH("catch"), enumConstant
44 int CATCH = 18; field
44 int CATCH = 43; field
66 int CATCH = 17; field
268 CATCH(17), enumConstant
62 public static final int CATCH=34; field in JavaLexer
207 public static final int CATCH=34; field in JavaParser
544 token(GeneratedJavaParserConstants.CATCH), in concreteSyntaxModelByClass.put()