Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h31 LT_PreprocessorDirective, enumerator
H A DContinuationIndenter.cpp260 (Line->Type == LT_PreprocessorDirective || in getInitialState()
567 State.Line->Type != LT_PreprocessorDirective) { in mustBreak()
735 (State.Line->Type == LT_PreprocessorDirective || in addTokenOnCurrentLine()
2284 if (State.Line->Type == LT_PreprocessorDirective) in createBreakableToken()
H A DUnwrappedLineFormatter.cpp716 if (I[1]->Type == LT_PreprocessorDirective) in tryMergeSimpleBlock()
1570 (Line.Type == LT_PreprocessorDirective || in formatFirstToken()
H A DTokenAnnotator.cpp1519 LineType Type = LT_PreprocessorDirective; in parsePreprocessorDirective()
3139 NextNonCommentLine->Type == LT_PreprocessorDirective || in setCommentLineLevels()
4287 Left.isIf(Line.Type != LT_PreprocessorDirective) || in spaceRequiredBetween()
4308 if (Line.Type != LT_PreprocessorDirective && Left.is(tok::r_square) && in spaceRequiredBetween()
4332 if (Line.Type != LT_PreprocessorDirective && in spaceRequiredBetween()