Searched refs:getAllClassDeclaration (Results 1 – 2 of 2) sorted by relevance
20 import { collectAllFileName, getAllClassDeclaration } from './common/commonUtils';104 getAllClassDeclaration(sourceFile);
78 export function getAllClassDeclaration(sourceFile: SourceFile): Set<string> { function