Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3253 const std::string &GroupPrefix = Style.JavaImportGroups[I]; in findJavaImportGroup() local
3254 if (ImportIdentifier.starts_with(GroupPrefix) && in findJavaImportGroup()
3255 GroupPrefix.length() > LongestMatchLength) { in findJavaImportGroup()
3257 LongestMatchLength = GroupPrefix.length(); in findJavaImportGroup()