Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h27 LT_ImportStatement, enumerator
H A DContinuationIndenter.cpp261 Line->Type == LT_ImportStatement)) { in getInitialState()
746 State.Line->Type == LT_ImportStatement)) { in addTokenOnCurrentLine()
1079 State.Line->InPPDirective && State.Line->Type != LT_ImportStatement; in addTokenOnNewLine()
2237 } else if (State.Line->Type != LT_ImportStatement) { in handleEndOfLine()
H A DTokenAnnotator.cpp1888 return LT_ImportStatement; in parsePreprocessorDirective()
1909 Type = LT_ImportStatement; in parsePreprocessorDirective()
1968 return LT_ImportStatement; in parseLine()
1975 return LT_ImportStatement; in parseLine()
1986 return LT_ImportStatement; in parseLine()
2023 return LT_ImportStatement; in parseLine()
3544 NextNonCommentLine->Type == LT_ImportStatement; in setCommentLineLevels()
5430 Line.Type == LT_ImportStatement) { in spaceRequiredBefore()
5644 if (Style.JavaScriptWrapImports || Line.Type != LT_ImportStatement) { in mustBreakBefore()
H A DUnwrappedLineFormatter.cpp1399 (TheLine.Type == LT_ImportStatement && in format()
1582 Line.Type == LT_ImportStatement)) { in formatFirstToken()