Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3348 bool CurrentIsStatic = Imports[Indices.front()].IsStatic; in sortJavaImports() local
3355 if (CurrentIsStatic != Imports[Index].IsStatic || in sortJavaImports()
3365 CurrentIsStatic = Imports[Index].IsStatic; in sortJavaImports()