Searched defs:classDecl (Results 1 – 9 of 9) sorted by relevance
30 JavassistClassDeclaration classDecl = (JavassistClassDeclaration) typeSolver.solveType("C"); in getParam_forMethodParameterWithRawType() local40 JavassistClassDeclaration classDecl = (JavassistClassDeclaration) typeSolver.solveType("C"); in getParam_forMethodParameterWithGenericType() local50 JavassistClassDeclaration classDecl = (JavassistClassDeclaration) typeSolver.solveType("C"); in getParam_forMethodParameterWithTypeParameter() local60 JavassistClassDeclaration classDecl = (JavassistClassDeclaration) typeSolver.solveType("C"); in getParam_forGenericMethodWithTypeParameter() local68 …private JavassistMethodDeclaration findMethodWithName(JavassistClassDeclaration classDecl, String … in findMethodWithName()
43 ClassOrInterfaceDeclaration classDecl = Navigator.demandClass(cu, "GenericMethodArguments"); in testGenericArguments() local65 ClassOrInterfaceDeclaration classDecl = Navigator.demandClass(cu, "Foo"); in declaredOnMethodPositiveCase() local82 ClassOrInterfaceDeclaration classDecl = Navigator.demandClass(cu, "Foo"); in declaredOnMethodNegativeCase() local
32 JCClassDecl classDecl = JCClassDecl.class.isInstance(leaf) in isInShadowClass() local
166 …Type classDecl = JavaParserFacade.get(typeSolver).convert(classNode.getExtendedTypes(0), classNode… in solve() local217 …Type classDecl = JavaParserFacade.get(typeSolver).convert(objectCreationExpr.getType(), objectCrea… in solve() local
149 …ResolvedType classDecl = JavaParserFacade.get(typeSolver).convert(classNode.getExtendedTypes(0), c… in solve() local200 …ResolvedType classDecl = JavaParserFacade.get(typeSolver).convert(objectCreationExpr.getType(), ob… in solve() local
3910 const CXXRecordDecl *classDecl = in getDestructorDecl() local3918 const CXXRecordDecl *classDecl = in getDestructorDecl() local
3296 if (const ObjCInterfaceDecl *classDecl= dyn_cast<ObjCInterfaceDecl>(dc)) { in isObjCMethodWithTypeParams() local
1954 if (auto classDecl = CurMethod->getClassInterface()) { in ActOnClassPropertyRefExpr() local
1380 ObjCInterfaceDecl *classDecl = getInterface(); in computeSuperClassTypeSlow() local