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 DTokenAnnotator.cpp1902 return LT_ImportStatement; in parsePreprocessorDirective()
1923 Type = LT_ImportStatement; in parsePreprocessorDirective()
1981 return LT_ImportStatement; in parseLine()
1988 return LT_ImportStatement; in parseLine()
1999 return LT_ImportStatement; in parseLine()
2039 return LT_ImportStatement; in parseLine()
3608 NextNonCommentLine->Type == LT_ImportStatement; in setCommentLineLevels()
5564 Line.Type == LT_ImportStatement) { in spaceRequiredBefore()
5789 if (Style.JavaScriptWrapImports || Line.Type != LT_ImportStatement) { in mustBreakBefore()
H A DContinuationIndenter.cpp269 Line->Type == LT_ImportStatement)) { in getInitialState()
786 State.Line->Type == LT_ImportStatement)) { in addTokenOnCurrentLine()
1174 State.Line->InPPDirective && State.Line->Type != LT_ImportStatement; in addTokenOnNewLine()
2355 } else if (State.Line->Type != LT_ImportStatement) { in handleEndOfLine()
H A DUnwrappedLineFormatter.cpp1457 (TheLine.Type == LT_ImportStatement && in format()
1657 Line.Type == LT_ImportStatement)) { in formatFirstToken()