Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h149 bool startsWithNamespace() const { in startsWithNamespace() function
H A DDefinitionBlockSeparator.cpp48 Line->startsWithNamespace()) { in separateBlocks()
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()