Home
last modified time | relevance | path

Searched refs:ImportRegex (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3399 llvm::Regex ImportRegex(JavaImportRegexPattern); in sortJavaImports() local
3417 if (ImportRegex.match(Line, &Matches)) { in sortJavaImports()