Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.h31 LT_PreprocessorDirective, enumerator
H A DContinuationIndenter.cpp250 (Line->Type == LT_PreprocessorDirective || in getInitialState()
534 State.Line->Type != LT_PreprocessorDirective) { in mustBreak()
660 (State.Line->Type == LT_PreprocessorDirective || in addTokenOnCurrentLine()
2086 if (State.Line->Type == LT_PreprocessorDirective) in createBreakableToken()
H A DUnwrappedLineFormatter.cpp687 if (I[1]->Type == LT_PreprocessorDirective) in tryMergeSimpleBlock()
1491 (Line.Type == LT_PreprocessorDirective || in formatFirstToken()
H A DTokenAnnotator.cpp1322 LineType Type = LT_PreprocessorDirective; in parsePreprocessorDirective()
2659 (NextNonCommentLine->Type == LT_PreprocessorDirective || in setCommentLineLevels()
3575 Left.isIf(Line.Type != LT_PreprocessorDirective)) { in spaceRequiredBetween()
3595 if (Line.Type != LT_PreprocessorDirective && Left.is(tok::r_square) && in spaceRequiredBetween()
3619 if (Line.Type != LT_PreprocessorDirective && in spaceRequiredBetween()