Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.h26 LT_ImportStatement, enumerator
H A DTokenAnnotator.cpp1336 return LT_ImportStatement; in parsePreprocessorDirective()
1357 Type = LT_ImportStatement; in parsePreprocessorDirective()
1414 return LT_ImportStatement; in parseLine()
1421 return LT_ImportStatement; in parseLine()
1432 return LT_ImportStatement; in parseLine()
1467 return LT_ImportStatement; in parseLine()
2660 NextNonCommentLine->Type == LT_ImportStatement)) in setCommentLineLevels()
4312 if (Style.JavaScriptWrapImports || Line.Type != LT_ImportStatement) { in mustBreakBefore()
H A DContinuationIndenter.cpp251 Line->Type == LT_ImportStatement)) { in getInitialState()
661 State.Line->Type == LT_ImportStatement)) { in addTokenOnCurrentLine()
974 State.Line->InPPDirective && State.Line->Type != LT_ImportStatement; in addTokenOnNewLine()
1988 } else if (State.Line->Type != LT_ImportStatement) { in handleEndOfLine()
H A DUnwrappedLineFormatter.cpp1331 (TheLine.Type == LT_ImportStatement && in format()
1492 Line.Type == LT_ImportStatement)) { in formatFirstToken()