Home
last modified time | relevance | path

Searched refs:AddLevels (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp598 nextToken(/*LevelDifference=*/AddLevels); in parseBlock()
620 Line->Level += AddLevels; in parseBlock()
636 nextToken(/*LevelDifference=*/-AddLevels); in parseBlock()
1188 parseBlock(/*MustBeDeclaration=*/true, AddLevels); in parseStructuralElement()
1190 unsigned AddLevels = in parseStructuralElement() local
1192 parseBlock(/*MustBeDeclaration=*/true, AddLevels); in parseStructuralElement()
2220 unsigned AddLevels = in parseNamespace() local
2227 AddLevels == 0u && in parseNamespace()
2235 parseBlock(/*MustBeDeclaration=*/true, AddLevels, in parseNamespace()
2244 addUnwrappedLine(AddLevels > 0 ? LineLevel::Remove : LineLevel::Keep); in parseNamespace()
[all …]
H A DUnwrappedLineParser.h88 void parseBlock(bool MustBeDeclaration, unsigned AddLevels = 1u,