Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DTokenAnnotator.h28 LT_ImportStatement, enumerator
DTokenAnnotator.cpp1253 return LT_ImportStatement; in parsePreprocessorDirective()
1270 Type = LT_ImportStatement; in parsePreprocessorDirective()
1320 return LT_ImportStatement; in parseLine()
1327 return LT_ImportStatement; in parseLine()
1338 return LT_ImportStatement; in parseLine()
1373 return LT_ImportStatement; in parseLine()
2348 NextNonCommentLine->Type == LT_ImportStatement)) in setCommentLineLevels()
3717 if (Style.JavaScriptWrapImports || Line.Type != LT_ImportStatement) { in mustBreakBefore()
DContinuationIndenter.cpp250 Line->Type == LT_ImportStatement)) in getInitialState()
589 State.Line->Type == LT_ImportStatement)) { in addTokenOnCurrentLine()
887 State.Line->InPPDirective && State.Line->Type != LT_ImportStatement; in addTokenOnNewLine()
1826 } else if (State.Line->Type != LT_ImportStatement) { in handleEndOfLine()
DUnwrappedLineFormatter.cpp1184 (TheLine.Type == LT_ImportStatement && in format()
1341 Line.Type == LT_ImportStatement)) in formatFirstToken()