Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Format/
DTokenAnnotator.h31 LT_PreprocessorDirective, enumerator
DContinuationIndenter.cpp251 (Line->Type == LT_PreprocessorDirective || in getInitialState()
548 State.Line->Type != LT_PreprocessorDirective) { in mustBreak()
675 (State.Line->Type == LT_PreprocessorDirective || in addTokenOnCurrentLine()
2121 if (State.Line->Type == LT_PreprocessorDirective) in createBreakableToken()
DUnwrappedLineFormatter.cpp697 if (I[1]->Type == LT_PreprocessorDirective) in tryMergeSimpleBlock()
1513 (Line.Type == LT_PreprocessorDirective || in formatFirstToken()
DTokenAnnotator.cpp1388 LineType Type = LT_PreprocessorDirective; in parsePreprocessorDirective()
2733 NextNonCommentLine->Type == LT_PreprocessorDirective || in setCommentLineLevels()
3702 Left.isIf(Line.Type != LT_PreprocessorDirective) || in spaceRequiredBetween()
3723 if (Line.Type != LT_PreprocessorDirective && Left.is(tok::r_square) && in spaceRequiredBetween()
3747 if (Line.Type != LT_PreprocessorDirective && in spaceRequiredBetween()