Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp1351 unsigned InitLine = CurrentLine, End = AnnotatedLines.size(); in checkEmptyNamespace() local
1390 AnnotatedLines[InitLine]->First->Tok.getLocation(), in checkEmptyNamespace()
1394 for (unsigned i = InitLine; i <= CurrentLine; ++i) { in checkEmptyNamespace()