Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp138 bool isNamespaceDeclaration(const AnnotatedLine *Line) { in isNamespaceDeclaration() function
151 return isNamespaceDeclaration(AnnotatedLines[StartLineIndex]); in isEndOfNamespace()
253 if (isNamespaceDeclaration(TheLine)) { in tryFitMultipleLinesInOne()
256 for (; I + 1 + i != E && isNamespaceDeclaration(I[i + 1]) && in tryFitMultipleLinesInOne()