Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h33 LT_PreprocessorDirective, enumerator
H A DContinuationIndenter.cpp249 (Line->Type == LT_PreprocessorDirective || in getInitialState()
588 (State.Line->Type == LT_PreprocessorDirective || in addTokenOnCurrentLine()
1922 if (State.Line->Type == LT_PreprocessorDirective) in createBreakableToken()
H A DTokenAnnotator.cpp1239 LineType Type = LT_PreprocessorDirective; in parsePreprocessorDirective()
2347 (NextNonCommentLine->Type == LT_PreprocessorDirective || in setCommentLineLevels()
3154 Left.isIf(Line.Type != LT_PreprocessorDirective) || in spaceRequiredBetween()
3163 Line.Type != LT_PreprocessorDirective); in spaceRequiredBetween()
H A DUnwrappedLineFormatter.cpp1340 (Line.Type == LT_PreprocessorDirective || in formatFirstToken()