Searched defs:CATCH (Results 1 – 11 of 11) sorted by relevance
14 #define CATCH(x) catch (x) macro18 CATCH(...) {} // CHECK: [[@LINE]]:12 -> [[@LINE]]:14 = #2 in CATCH() function
43 void CATCH(); function
88 CATCH("catch"), enumConstant
44 int CATCH = 18; field
44 int CATCH = 43; field
66 int CATCH = 17; field
62 CATCH = 0x2, enumerator
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 CsmElement.token(GeneratedJavaParserConstants.CATCH), in concreteSyntaxModelByClass.put()