Home
last modified time | relevance | path

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

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