Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp3078 const std::string &GroupPrefix = Style.JavaImportGroups[I]; in findJavaImportGroup() local
3079 if (ImportIdentifier.startswith(GroupPrefix) && in findJavaImportGroup()
3080 GroupPrefix.length() > LongestMatchLength) { in findJavaImportGroup()
3082 LongestMatchLength = GroupPrefix.length(); in findJavaImportGroup()