Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Format/
H A DFormat.cpp3130 bool CurrentIsStatic = Imports[Indices.front()].IsStatic; in sortJavaImports() local
3137 if (CurrentIsStatic != Imports[Index].IsStatic || in sortJavaImports()
3147 CurrentIsStatic = Imports[Index].IsStatic; in sortJavaImports()