Searched defs:CatchClause (Results 1 – 6 of 6) sorted by relevance
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/stmt/ |
D | CatchClause.java | 37 public final class CatchClause extends Node { class 43 public CatchClause() { in CatchClause() method in CatchClause 46 public CatchClause(final MultiTypeParameter except, final BlockStmt catchBlock) { in CatchClause() method in CatchClause 51 …public CatchClause(int exceptModifier, List<AnnotationExpr> exceptAnnotations, List<Type> exceptTy… in CatchClause() method in CatchClause 55 …public CatchClause(final int beginLine, final int beginColumn, final int endLine, final int endCol… in CatchClause() method in CatchClause
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/ |
D | CatchClause.java | 46 public class CatchClause extends Node implements NodeWithBlockStmt<CatchClause> { class 52 public CatchClause() { in CatchClause() method in CatchClause 56 …public CatchClause(final NodeList<Modifier> exceptModifier, final NodeList<AnnotationExpr> exceptA… in CatchClause() method in CatchClause 61 public CatchClause(final Parameter parameter, final BlockStmt body) { in CatchClause() method in CatchClause 69 public CatchClause(TokenRange tokenRange, Parameter parameter, BlockStmt body) { in CatchClause() method in CatchClause
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/stmt/ |
D | CatchClause.java | 42 public final class CatchClause extends Node implements NodeWithBlockStmt<CatchClause> { class 48 public CatchClause() { in CatchClause() method in CatchClause 51 public CatchClause(final Parameter param, final BlockStmt catchBlock) { in CatchClause() method in CatchClause 56 public CatchClause(final Range range, in CatchClause() method in CatchClause
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 2428 Constant *CatchClause = LI.getClause(i); in visitLandingPadInst() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 2873 Constant *CatchClause = LI.getClause(i); in visitLandingPadInst() local
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 3145 Constant *CatchClause = LI.getClause(i); in visitLandingPadInst() local
|