Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp2937 bool CurrentIsStatic = Imports[Indices.front()].IsStatic; in sortJavaImports() local
2944 if (CurrentIsStatic != Imports[Index].IsStatic || in sortJavaImports()
2954 CurrentIsStatic = Imports[Index].IsStatic; in sortJavaImports()