Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp1886 bool CurrentIsStatic = Imports[Indices.front()].IsStatic; in sortJavaImports() local
1893 if (CurrentIsStatic != Imports[Index].IsStatic || in sortJavaImports()
1902 CurrentIsStatic = Imports[Index].IsStatic; in sortJavaImports()