Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Format/
DFormat.cpp2321 std::string GroupPrefix = Style.JavaImportGroups[I]; in findJavaImportGroup() local
2322 if (ImportIdentifier.startswith(GroupPrefix) && in findJavaImportGroup()
2323 GroupPrefix.length() > LongestMatchLength) { in findJavaImportGroup()
2325 LongestMatchLength = GroupPrefix.length(); in findJavaImportGroup()