Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp3181 llvm::Regex ImportRegex(JavaImportRegexPattern); in sortJavaImports() local
3199 if (ImportRegex.match(Line, &Matches)) { in sortJavaImports()