Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h148 bool startsWithNamespace() const { in startsWithNamespace() function
H A DDefinitionBlockSeparator.cpp48 Line->startsWithNamespace()) { in separateBlocks()
H A DUnwrappedLineFormatter.cpp820 } else if (Limit != 0 && !Line.startsWithNamespace() && in tryMergeSimpleBlock()
1478 !PreviousLine->startsWithNamespace() && in computeNewlines()
1479 !(PrevPrevLine && PrevPrevLine->startsWithNamespace() && in computeNewlines()
H A DFormat.cpp2645 if (Line.startsWithNamespace()) in checkEmptyNamespace()
2681 if (AnnotatedLines[CurrentLine]->startsWithNamespace()) { in checkEmptyNamespace()