Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h149 bool startsWithNamespace() const { in startsWithNamespace() function
H A DUnwrappedLineFormatter.cpp829 } else if (Limit != 0 && !Line.startsWithNamespace() && in tryMergeSimpleBlock()
1489 !PreviousLine->startsWithNamespace() && in computeNewlines()
1490 !(PrevPrevLine && PrevPrevLine->startsWithNamespace() && in computeNewlines()
H A DFormat.cpp2678 if (Line.startsWithNamespace()) in checkEmptyNamespace()
2714 if (AnnotatedLines[CurrentLine]->startsWithNamespace()) { in checkEmptyNamespace()