Searched refs:ImportRegex (Results 1 – 1 of 1) sorted by relevance
3181 llvm::Regex ImportRegex(JavaImportRegexPattern); in sortJavaImports() local3199 if (ImportRegex.match(Line, &Matches)) { in sortJavaImports()