Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h151 bool startsWithNamespace() const { in startsWithNamespace() function
H A DDefinitionBlockSeparator.cpp47 Line->startsWithNamespace()) { in separateBlocks()
H A DUnwrappedLineFormatter.cpp870 } else if (Limit != 0 && !Line.startsWithNamespace() && in tryMergeSimpleBlock()
1547 !PreviousLine->startsWithNamespace() && in computeNewlines()
1548 !(PrevPrevLine && PrevPrevLine->startsWithNamespace() && in computeNewlines()
1559 else if (!Line.startsWithNamespace()) in computeNewlines()
H A DFormat.cpp2847 if (Line.startsWithNamespace()) in checkEmptyNamespace()
2883 if (AnnotatedLines[CurrentLine]->startsWithNamespace()) { in checkEmptyNamespace()