Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp2073 unsigned LongestMatchIndex = UINT_MAX; in findJavaImportGroup() local
2079 LongestMatchIndex = I; in findJavaImportGroup()
2083 return LongestMatchIndex; in findJavaImportGroup()