Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DTokenAnnotator.h34 LT_PreprocessorDirective, enumerator
H A DContinuationIndenter.cpp250 (Line->Type == LT_PreprocessorDirective || in getInitialState()
567 (State.Line->Type == LT_PreprocessorDirective || in addTokenOnCurrentLine()
1729 if (State.Line->Type == LT_PreprocessorDirective) in createBreakableToken()
H A DUnwrappedLineFormatter.cpp1186 if (Line.Type == LT_PreprocessorDirective || Line.Type == LT_ImportStatement) in formatFirstToken()
H A DTokenAnnotator.cpp977 LineType Type = LT_PreprocessorDirective; in parsePreprocessorDirective()
1917 (*I)->Level = (NextNonCommentLine->Type == LT_PreprocessorDirective || in setCommentLineLevels()
2543 Line.Type != LT_PreprocessorDirective); in spaceRequiredBetween()