Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h32 LT_PreprocessorDirective, enumerator
H A DContinuationIndenter.cpp268 (Line->Type == LT_PreprocessorDirective || in getInitialState()
603 State.Line->Type != LT_PreprocessorDirective) { in mustBreak()
785 (State.Line->Type == LT_PreprocessorDirective || in addTokenOnCurrentLine()
2451 if (State.Line->Type == LT_PreprocessorDirective) in createBreakableToken()
H A DUnwrappedLineFormatter.cpp763 if (I[1]->Type == LT_PreprocessorDirective) in tryMergeSimpleBlock()
1656 (Line.Type == LT_PreprocessorDirective || in formatFirstToken()
H A DTokenAnnotator.cpp1888 LineType Type = LT_PreprocessorDirective; in parsePreprocessorDirective()
3607 NextNonCommentLine->Type == LT_PreprocessorDirective || in setCommentLineLevels()
4856 Left.isIf(Line.Type != LT_PreprocessorDirective) || in spaceRequiredBetween()
4876 if (Line.Type != LT_PreprocessorDirective && Left.is(tok::r_square) && in spaceRequiredBetween()
4895 if (Line.Type != LT_PreprocessorDirective && in spaceRequiredBetween()