Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp2499 bool CurrentIsStatic = Imports[Indices.front()].IsStatic; in sortJavaImports() local
2506 if (CurrentIsStatic != Imports[Index].IsStatic || in sortJavaImports()
2515 CurrentIsStatic = Imports[Index].IsStatic; in sortJavaImports()