Searched defs:createMethod (Results 1 – 4 of 4) sorted by relevance
192 … Method createMethod = cls.getMethod("createFromRules", String.class, String.class, Integer.TYPE); in initialize() local
189 … Method createMethod = cls.getMethod("createFromRules", String.class, String.class, Integer.TYPE); in initialize() local
107 export const createMethod: typeof factory.createMethodDeclaration = Debug.deprecate(factory.createM… constant
788 DISubprogram *DIBuilder::createMethod( in createMethod() function in DIBuilder