Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/Format/
HDTokenAnnotator.h149 bool startsWithNamespace() const { in startsWithNamespace() function
HDDefinitionBlockSeparator.cpp48 Line->startsWithNamespace()) { in separateBlocks()
HDUnwrappedLineFormatter.cpp829 } else if (Limit != 0 && !Line.startsWithNamespace() && in tryMergeSimpleBlock()
1489 !PreviousLine->startsWithNamespace() && in computeNewlines()
1490 !(PrevPrevLine && PrevPrevLine->startsWithNamespace() && in computeNewlines()
HDFormat.cpp2678 if (Line.startsWithNamespace()) in checkEmptyNamespace()
2714 if (AnnotatedLines[CurrentLine]->startsWithNamespace()) { in checkEmptyNamespace()